Search code examples
androidandroid-tabhost

Good example for tabhost


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.


Solution

  • 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.