ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Android / iOS
Posted by Garreth on May-13-2014 05:40
Hi Peter,

What are your plans for Android and iOS support?

I have requirements for Android and desperately do not
want to use another library.

Thanks

  Re: Android / iOS
Posted by Peter Kwan on May-14-2014 04:12
Hi Garreth,

There are only unsupported experimental versions available. I will email you the details.

Regards
Peter Kwan

  Re: Android / iOS
Posted by Ting Kah Hing on Jun-19-2014 12:28
Hi Peter,
I am also interested in developing apps for IOS. Can you also send the detail to me? Thanks in advance.

  Re: Android / iOS
Posted by hyundong on Aug-03-2017 12:43
Hi Peter,
I am also interested in developing apps for android.

And our company have ChartDirector Developer License  for all Platforms(3 copy), Redistribute License  for all Platforms(1 copy).

our company name is Charm Engineering.

Can you also send the detail or jar file to me?

Thanks in advance.

  Re: Android / iOS
Posted by Peter Kwan on Aug-04-2017 02:07
Hi hyundong,

I will email the details to you.

Regards
Peter Kwan

  Re: Android / iOS
Posted by Gosari on Dec-21-2017 08:33
Hi.

I've developed Windows applications using ChartDirector.
So, I want to use ChartDirector with my iOS and Android apps, but unfortunately, the mobile version hasn't been released yet.

Could you send me the unsupported experimental versions of ChartDirector?
And, when will the full mobile version be available?

Thank you.

  Re: Android / iOS
Posted by Peter Kwan on Dec-22-2017 03:48
Hi Gosari,

I will send the information to you my email.

Regards
Peter Kwan

  Re: Android / iOS
Posted by Earl Hsieh on Nov-07-2018 14:13
Dear sir,

When would ChartDirector to support both Android and iOS application?
We want to develop an application that support Windows、Android、iOS using ChartDirector.

Could you please give some information and source code for me??

Thanks & BRs
Earl

  Re: Android / iOS
Posted by Peter Kwan on Nov-08-2018 14:25
Hi Eral Hsieh,

I will send you the unsupported versions by email within today.

Regards
Peter Kwan

  Re: Android / iOS
Posted by apacc on Nov-17-2018 12:59
Hi Peter,

Do you have React Native or Flutter versions too? If yes would you share the link to try?

Thanks You!!

  Re: Android / iOS
Posted by Peter Kwan on Nov-20-2018 03:57
Hi apacc,

Unluckily, we do not have React Native or Flutter versions.

Regards
Peter Kwan

  Re: Android / iOS
Posted by Homero Ferretti on Jan-11-2019 16:45
Dear Peter,

can you send to me the unsupported version?

Thank you!

BR

  Re: Android / iOS
Posted by Peter Kwan on Jan-12-2019 04:20
Hi Homero ,

I will send you the unsupported versions by email within today.

Regards
Peter Kwan

  Re: Android / iOS
Posted by Minchol, Kang on Jun-24-2019 13:49
Our company has been searching a charting library for both Windows and Android application. It was very glad to see the ChartDirector, but I was sorry when I found it does not support Android.

May I examine the experimental unsupported version of Android library?

Thanks in advance.

  Re: Android / iOS
Posted by Peter Kwan on Jun-24-2019 15:49
Hi Mr Kang,

For Android, we have an unsupported experimental version of the ChartDirector JAR library "ChartDirectorAndriod.jar", which you can include in your Android project.

http://www.advsofteng.com/ChartDirectorAndroid.zip

There is also an Android realtime chart example that we wrote for testing:

http://www.advsofteng.com/android_app.zip

The API for ChartDirector for Android is almost the same as that of ChartDirector for JSP/Java, but Java specific features not supported by Android are removed (such as features related to JSP, or java.awt.Image). The "ChartDirector for Android" has a special method BaseChart.makeBitmap, which outputs the chart as an android.graphics.Bitmap object. This allows you to display the chart image easily.

We have so far only tested the above "ChartDirectorAndroid.jar" with a few sample programs in the two Android devices that we have.

Certain ChartDirector features, such as background images and CDML icons, may require loading of external image files. In "ChartDirector for Android", ChartDirector will include the "assets" in its search path, so you may put the external image files there.

In brief, we expect the Android version should support drawing and displaying all chart types. What is missing is the user interaction support, because we have not implemented touch based user interaction in Android.

Should you need further information, please feel free to contact me.

Regards
Peter Kwan