I have a textview that will contain various numbers between 1 and 6, each number represented once on each line e.g
123456
213456
214356
......
I want to be able to draw a blue line to followa single numerical value as it moves down the list. So if we choose the number 2, then the line would connect each successive number 2 in the text view.
How can this be done? Can you have a some kind of graphics view sitting on top of the textView and supply coordinates to it to draw a line?