Hey,
I am relatively new to Android. I am working on an application wherein i want to display digital signals. But the problem is once I occupy the available screen width how to i add a scrolling feature to continue viewing the signal. Also i am drawing the signal using using drawLine(), so what co-ordinates should i set for drawing the lines when scrolling is enabled? Can somebody please give a simple example where a line extends more than the available screen width and you can scroll through to see the remaining line.
Thanx in advance.

