I have to plot real time data with a frequency of 100Hz (so every 10ms) in a 2D Graph on android. I came across GraphView which has some live data features (appendData) but i have the feeling that calling appendData every 10ms is too fast for the library and it starts to lag. Does anybody have experiecne on plotting fast realtime data on android.
Is it better to draw the plot from scratch on a 2D canvas? I am playing with the idea of plotting the whole thing using OpenGL?
What's the best way?
0 comments:
Post a Comment