How to find out how many lines text wraps to in a TextView on Android?
I have a long String that wraps to multiple lines, and that number of lines is different depending on the size of the Android device being used. Is there a way to know how many lines the text wraps to?