calling acharengine inside fragment

后端 未结 2 522
小鲜肉
小鲜肉 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: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.

提交回复
热议问题