Calling Acharengine Inside Fragment
I'm very new to the android world, coming from a background of lots of server-side programming . Very Little Java. I am developing an application in which I need to have two fragme
Solution 1:
After hours spent on this issue I finally found the answer in GitHub.
Please go here, navigate to /src/org/elasticdroid/fragments/ChartFragment.java and that's it.
You can easily copy/paste this code and with little play around it will work great.
Solution 2:
You can search for AChartEngine on youtube and you will find there some video tutorials on how to start using the charting library.
I also suggest you take a look at the official AChartEngine demo here.
Also, to answer your question, in order to figure out how to embed a chart inside a view with other components, please see this post.
Post a Comment for "Calling Acharengine Inside Fragment"