I'm developing an app, for technical course work, and I have the following situation:
I'm displaying data within a TextView . But there comes a time when size is not enough. Look at the pictures.
App Home Photo:
PhotoActivityReport,whereIdisplaythedata:
So, look at where I had to pull ScrollView , to be able to view everything. I did not want this. I wanted the screen of the size adjusted with the cell phone, the small size, and as long as I was inserting the data into TextView , it would increase. If there is no way to do it, using TextView , could you help me?