• 프로그래밍

    안드로이드용 챠트 라이브러리 – 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…