I have two activities, first one asks user to input data in EditText and then user presses on button and that value is saved in SQLite database and showed in second\'s activites
if u want to draw lines from one point to others point,u can extends textview or imageview,then Override onDraw(Canvas canvas),canvas.drawLine(),u can solve the problem