calling acharengine inside fragment

后端 未结 2 523
小鲜肉
小鲜肉 2021-01-15 06:17

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

相关标签:
2条回答
  • 2021-01-15 06:30

    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.

    0 讨论(0)
  • 2021-01-15 06:33

    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.

    0 讨论(0)
提交回复
热议问题