I have a simple textView who\'s data gets populated dynamically. I want to resize the height of the textview once the data is populated so that I don\'t see a vertical scrol
This depends on font size. Following code retrieve the font size of text and return the height and width required. This may help you to create the logic: