-
안드로이드용 챠트 라이브러리들
유료 무료 aChartEngine – 1.0.0 (2012년 3월)This is a charting software library for Android applications. Mobile phones, tablets and other gadgets running Android will probably benefit of this charting library. aFreeChart – 0.0.4 (2012년 4월)– AFreeChart is a free charting library for Android(tm) platform.– AFreeChart is based on JFreeChart 1.0.13. ChartDroid – 2.0.0 (2010년 11월)ChartDroid is an Intent-based “library application” for static chart and graph generation on Android. It can graph/plot/display numerical data in many representations. As a developer, you need only to have your users install the library, then implement a Content Provider according to this simple specification. AndroidPlot – 0.5.0 (2012년 3월)AndroidPlot is an API for creating dynamic…
-
안드로이드용 챠트 라이브러리 – AndroidPlot
안드로이드용 챠트 라이브러리를 이 것 저 것 찾아보고 있는데… AndroidPlot라는게 간단하게 사용할 수 있을 것 같다. 현재 Line 챠트, Scatter 챠트, Bar 챠트, Step 챠트를 지원하며, Pie 챠트도 준비하고 있단다. 라이센스는 BSD 라이센스인데…상용이든 공개용이든 거의 제한없이 쓸 수 있다고 한다. 라이브러리는 아래의 링크에서 다운받을 수 있다. http://androidplot.com/wiki/Home Overview This tutorial will show you the bare essentials of how to display two series of data stored as Number arrays in an XYPlot. Step 1: Create the project This step really depends on which IDE (if any) that you use. Google already has some pretty good documentation on the process. Our recommendations would be to go with either IntelliJ IDEA or Eclipse…