I want to draw a line graph that is updated in real time, like the graph we see in the Windows Task Manager when we want to take a look at CPU and memory usage over time.
Is there already an Android library that will allow me to do this easily? Or should I write my own? (And if I need to do this, how could I create some kind of canvas in Android activity?)
source share