Hi developers,
I have a question.
In my android application I have a TextView in a ScrollView.

I want to update TextView dinamically and I write this statement :

mTextView.append(mText);
mScrollView.pageScroll(ScrollView.FOCUS_DOWN);

and so my application works.
Unfortunately the strings that I have to insert are shown ALL TOGETHER at
the end of application.
Can anyone help me?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to