How to Implement Android tab menu without deprecated tabhost
My question sounds simple, but I can't seem to find a sufficient answer for this. I'm trying to design an app for tablets that has some information at the top quarter of the screen, and then a tabbed menu for information below the top quarter. Basically what I'm looking for is : ┌───────────────────────────────────── │ │ Top of Page │ ├───────┬───────┬───────┬───────┬───── │ Tab 1 │ Tab 2 │ Tab 3 │ Tab 4 │ │ └───────┴───────┴───────┴───── │ │ Bottom of page │ │ │ ⁞ I was originally going to use a tabhost with multiple tabs; but I realize that it's deprecated now, and so I'm looking for the