Skip to content Skip to sidebar Skip to footer

Is There Any Chart Library Working Both On Iphone And Android Applications?

I need to develop an application on both iphone and android which have to support chart plots. (Or perhaps a similar chart library for ios/android platforms.) Or what do you recomm

Solution 1:

Your best bet is a pure javascript charting library like Flot.

I've seen plenty of flot tutorials for Android, and according to this link flot works fine on iphone except for the mouseover events.

Solution 2:

If your app will work only online you can use this:

http://code.google.com/apis/chart/

Solution 3:

Please try this one for iOS: https://github.com/danielgindi/ios-charts

It is inspired by an Android library called MPAndroidChart.

Solution 4:

I recommend looking into building the application using Adobe AIR.

Post a Comment for "Is There Any Chart Library Working Both On Iphone And Android Applications?"