Hi
I want to show 1000 character in my app.
How can i get character count in activity?
Assume activity height and width is 320x480
i should substring string from text and show it in activity without scoll
Actually i would to add string in viewpager and slide to left or right to explore text
@JonPM i cannot get height of string
I need to split string and show it each panel
i dont know how get word count to show each activity.width and activity.height
can you help me?