How to Draw TextView on Canvas in android..?
We have Canvas.DrawBitmap(), Canvas.drawText(). Do we have any Method in Canvas which takes Te
Canvas.DrawBitmap()
Canvas.drawText()
You need to create a class which will extend Textview. After that override onDraw method. This method provides you to draw your textview tha way you like it