so I wanted to implement tab views on my app.
But I realised the google tutorial on tab views is broken and TabActivity is deprecated.
I tried inserting the tabhost element through the Graphical Layout but it won’t even show up when my app starts.
It’s just a blank screen.
What am I supposed to do/look for? I’m kind of lost here.
Thank you for any help/input.
As you can see from its docs, TabActivity has been replaced with Fragments. Here’s a sample project.