Alright, so I have an application that has a tabbed interface. What I would like to know is how I can change the currently active View in the tab, and then when I’m done with that View, go back the the original View, exactly as it was.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may also want to use a ViewFlipper, defined in xml.
Usage is simple, just find the ViewFlipper object throught findViewById() and request changing:
It’s then completely up to you, how do you build “tabs”.