Sometimes it becomes crucial for developers to do something that is not available ready made. Text Wrapping is just a requirement in many applications when we want to display data that may be fetched from internet and we want it to be displayed in good manner so that we can increase user experience and they no longer need to scroll horizontally to read the full text.
This article shows a complete implementation through which developers can cope up with text wrapping problem. Code has is perfectly running so any one can try now. Given code becomes so handy when we are developing apps for different screen sizes. So in that case the longer text will be automatically wrapped according to the phone's screen size. This article helps me lot in my under going Share Tips application where i am displaying text on the screen from one text file.
--Kalki 18:28, 18 September 2009 (UTC)