2

I want to draw a Alphabetsenter link description here A to Z one by one. first i want to write 'A' in a particular path if it is correct, then it wants to move to 'B'.. All this should connect with points for example the following link shows how i expecting the same..

madhan
  • 31
  • 2

1 Answers1

0

you can draw to the canvas in the onDraw method of the view class.

OMAK
  • 1,090
  • 8
  • 25
  • check this http://stackoverflow.com/questions/11631700/how-to-draw-something-with-your-finger-in-an-android-app-and-save-it-to-the and http://stackoverflow.com/questions/8703581/how-to-make-canvas-draw-area-transparent-in-android – OMAK Jul 09 '13 at 06:10
  • no, OMAK actually what i need is. am trying to draw a line along two points by using particular path.. – madhan Jul 10 '13 at 07:17