I'm going the crystal ball way here. You need to take the current content of text view (or save it somewhere) and when you press the button next time, take that content (or it's id or something like that, really depends on what you are trying to do and how) and then select next content based on current one. If you are trying to show, for example, tags from your xml, I would suggest parsing the whole file on first button press and save the tags along with their ids (reflecting their position in the file), then just selecting next id on next button presses.
Best regards, Filip Havlicek 2010/10/31 TreKing <[email protected]> > Your question is difficult to understand. You should try to clarify and > rephrase so we can better understand the problem you're having. > > > ------------------------------------------------------------------------------------------------- > 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]<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

