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
'Computer Science > Android Application' 카테고리의 다른 글
이벤트 (Event) (0) | 2017.08.04 |
---|---|
Gradle (0) | 2016.06.03 |
Android wear app (0) | 2015.08.25 |
Android Studio 자동 import 기능 (0) | 2015.07.15 |
Android Wear 개발환경 구축 (0) | 2015.07.15 |