문제

Here is an example of a graph:

Graph image

How can I draw this type of graph in an Android layout?

도움이 되었습니까?

해결책

jjoe64/GraphView can be used in your case.Samples are Also Given.

다른 팁

You can use a third party library such as achartengine

https://code.google.com/p/achartengine/

Here's their home page

http://www.achartengine.org/

Here's a tutorial on Line Graph

https://www.youtube.com/watch?v=-ThKImy6PPM

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top