I’ve seen applications that contain panel with tabs that don’t lead user to another activities. I guess, this is where TabHost + Fragment elements are used.
Could you give your assumptions/caveats/links on implementing this functionality ?
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.
Use can make use of ViewPager.
First include the ViewPager in your layout (you can use the one in the compatibility package for old versions):
To load several Fragments into a ViewPager, you have to implement a FragmentPagerAdapter:
Then you set this adapter to the ViewPager: