Skip to content Skip to sidebar Skip to footer

Printing Sqlite Database Data On Graph

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 Tex

Solution 1:

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


Post a Comment for "Printing Sqlite Database Data On Graph"