Hi Guys am drawing an text using canvas, and i need to change the textview everyhour, if the textview extends the width it should be displayed in the next line For example , i have a text like "Good Morning" and "Good Morning rachel ! welcome you"
The first textview Good morning will be correctly displayed in Single line but the second textview i need to print by two line how can i draw it
String mytext = "hi how are you how was the day "
canvas.drawText(mytext , x, centerX, mTextPaint);