Where can I find a good example for TabHost? I’ve found lots of examples but all of them are deprecated or don’t work.
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.
They now want you to use Fragments with tabs, and no longer Activities. Probably this is because of performance reasons.
This example does not look bad while it is more complex that minimally required. You need to rip away two thirds of the code before you can build your own on the top of that remains. Otherwise, it works well enough to be recommended.