Top "Android-graphview" questions

GraphView is a library for Android to programmatically create flexible and nice-looking diagrams.

How to integrate GraphView into my project?

So I was looking for a graph solution for my app and I stumbled on GraphView. I was looking around …

android integration android-graphview
GraphView, how to show x-axis label?

I'm trying to plot graph using GraphView library. My problem is, the x-axis does not show up but the y-axis …

android android-graphview
Using dates with the Graphview library

I'm using GraphView library (see: https://github.com/jjoe64/GraphView or http://www.jjoe64.com/p/graphview-library.html) But I …

android datetime charts android-graphview
GraphView change x and y axis ranges

I have a line graph that I add data to each time the user enters a number. The user enters …

android graph android-graphview
GraphView and resetData

please help me, I use the GraphView library (http://www.jjoe64.com/p/graphview-library.html), it works. But i don't …

android-graphview
Creating Real-Time Graphs in Android App for Bluetooth Pulse Rate Sensor

I'm currently developing an Android Application which connects via Bluetooth Low Energy to an Arduino which has the nRF8001 Bluetooth …

android bluetooth arduino android-graphview
How to draw custom graphs in Android?

Here is an example of a graph: How can I draw this type of graph in an Android layout?

java android android-layout graph android-graphview
How to auto scroll MPAndroidChart line chart?

I am new user of MPAndroidChart in android. can any one help me ?

android android-graphview mpandroidchart
how to display two line charts on a graphview in android getting the values from database?

how to display two line charts on a graphview in android getting the values from database? here is my code …

android-graphview
Android: GraphView How do I implement time in the X axis?

I'm finding it a bit difficult to figure out how to implement time in the X Axis of a graph …

android android-graphview