Hi joy , what you can do is get all the text views in your activity by using the Findviewbyid.
when clicked the button you can do get text from the First textView and Second textview and keep Toggling it :) hope it was informative. Jayu. On Fri, Oct 29, 2010 at 3:56 PM, nena joy <[email protected]> wrote: > Hello, > > I have an activity.Have an image view, 3 text views and a button. > 2 text views are hard coded. > When click the button the other shows first value taken from an xml file > (xml tag value). > When click this again value of text view want to change.The value should be > the second value from the xml file). and so on. > But how this possible??? > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

