tags:

views:

30

answers:

0

I need to draw a graph in Android which continuously gets data from the server. Based on one data item the graph needs to be displayed in various colors. The graph should keep moving from right to left like a ECG graph. Its something like continuous moving graph.

Will I be able to achieve this using Android 2D graphics library? Do I need to use tween animation? Do I have to use interpolators also?

Thanks