Create a real time line graph in Android with MPAndroidChart
In the serie “create a real time line graph on Android”, MPAndroidChart seems to be the best solution. Library is designed for Android 5 Lollipop and rendering is great. MPAndroidChart is open source an available here on Github : https://github.com/PhilJay/
The following video shows how to create a real time line graph on Android with MPAndroidChart steps by steps :
As you can see in the video, result is great and tutorials with graph will continue in following weeks with MPAndroidChart has library used. Stay in touch !
2 Comments Already
Leave a Reply
You must be logged in to post a comment.
while i am trying this same code it will show very less size in emulator . i dont know how to fix it .
I want to read data values from a database. How can I do that? Where exactly in the code are u reading data from?