On Thu, Dec 30, 2010 at 7:40 PM, Charles <[email protected]>wrote:

> Is there a way I can print all 5 without overwriting the other?
>

http://developer.android.com/reference/android/widget/TextView.html#append(java.lang.CharSequence,
int, int)

<http://developer.android.com/reference/android/widget/TextView.html#append(java.lang.CharSequence,
int, int)>Also, calling findViewById each iteration of the loop is a waste
of time. Call it once before the loop.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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