i want to develop an ebook reader..
can i know how much text will be displayed on the given textview whose dimension is match_parent
.
or can i get the visible text of the textview... (if i copy the whole text on the textview)
i have tried various things like Paint:breakText
.. it returns me the chars to be displayed in given width,
but i dont understand how many lines will the textview have... so i cannot determine how many times i should loop the Paint:breakText
..
also TextView:getLineCount
returns 0,
TextView:height
returns -1 (bcz i have set it to match_parent)
plz help me out wid this..