Computer Science/Android Application
Android Plot Libraries
JAYNUX
2016. 1. 22. 21:16
Android Plot Libraries
정식 API로는 그래프를 그려주는 기능은 없다.
기존의 open-source project를 살펴 보자.
크게 Client-side libraries와 web기반의 Google Charts로 나뉜다.
Client-side libraries
Pros
● Open source
● Self-contained
● Easy to integrate
Cons
● Limited features
● Older platform
versions
● Look & feel
● Customization hard
● Lack of support
Google Charts
Pros
● Feature rich
● Simple API
● Customizable
● Responsive design
● Interactive
Cons
● Network connection
● Load time
● Backward
compatibility
MPAndroidChart
가장 최근까지 활발히 업데이트 되는 프로젝트이다.
그래프도 나름 이쁘다.MyphoneandMe
에서 사용함
https://github.com/PhilJay/MPAndroidChart
GrapView
NotifyME
에서 사용하는것
https://github.com/jjoe64/GraphView
http://www.android-graphview.org/
Google Charts
Hello Pizza Chart
https://github.com/ecgreb/hello-pizza-chart