比如柱状图,折线图,波形图
看到网上很多例子都是利用MPAndroidChart,HelloCharts等,但是我导入eclipse后,代码无提示错误,但一运行就结束了。
PHPz2017-04-18 10:31:21
In addition to the frameworks you mentioned, there are also AChartEngine, WilliamChart, etc.
But before you import it into eclipse, you should first check whether the project is an eclipse project or a studio project.
The way to determine whether it is eclipse or studio is very simple, just check whether there is gradle or corresponding files in the root directory.
Eclipse can be imported into studio and run, but not vice versa.
Then confirm the source of the error, whether it is a missing jar, a library, or an error in the configuration file.
Finally adjust your code based on the error.
You should write down the errors so that we can better help you solve the problem.