Waqleh
Waqleh

Reputation: 10181

android development chart graphs just like analytics app

I am developing an application which will be using some graphs and charts. that been said I saw Google Analytics app you can choose view by hourly, daily, weekly and monthly, also set date range, things like that. can anyone give an example or how to start this also what kind of data does it read json xml what format or structure does it read.

Upvotes: 1

Views: 5049

Answers (1)

Emil Adz
Emil Adz

Reputation: 41139

The are a lot of diffrent jar plugins you can use, from a quick Google search:

  1. Iguana

  2. RChart

  3. AChartEngine

  4. GraphView

And take a look at this post:

https://stackoverflow.com/questions/424752/any-good-graphing-packages-for-android

Upvotes: 2

Related Questions