开发者

Adding Chartdroid library to an Android project

开发者 https://www.devze.com 2023-03-21 02:41 出处:网络
How do I add the Chartdroid library to my android project? I have gone on their website to download the source code but every way I try to add the file to my project it just shows up as gibberish and

How do I add the Chartdroid library to my android project? I have gone on their website to download the source code but every way I try to add the file to my project it just shows up as gibberish and gives me an error message.

If possible could you give an extremely basic/simple explanation on how to do this because I am very new to both p开发者_如何转开发rogramming and android platforms.


Try to get the example app working and understand how it works. Then create your own application on the level of a HelloWorld appliction which makes a simple chart from a static array of data. That should get you pointed in the right direction.

0

精彩评论

暂无评论...
验证码 换一张
取 消