Seriously, read the docs!!! TextView.setText() should do the trick, which is easily found in the docs here: http://developer.android.com/reference/android/widget/TextView.html#setText%28java.lang.CharSequence%29
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Fri, Nov 27, 2009 at 12:14 AM, Ben <[email protected]> wrote: > can i change a TextView dynamically.... > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

