Below is my program where I have created three new views in a frame. On click of two different views I want to draw a line between the views. I am trying to figure out how t
Just draw line in onDraw() on some condition and set this condition in your activity in onTouch() method. Then call invalidate on Views that you changed their condition.