so I’ve been searching without end to find a simple way to make tabs in ice cream sandwhich. It seems like Tab Activity is deprecated and the Fragment example on the official android website seems a bit much. The android tutorial I’m going through right now seems to make tabs a big deal, but extends TabActivity. Can someone please point me in the right direction? Some example code would be appreciated.
Share
ActionBarSherlock has support for tabs. I’d suggest it if you have problems implementing it using the stock Android APIs.
It comes with source, app examples (downloadable from Market/Play) and source examples. The examples are really small (code size) and simple, yet detailed. It can’t get any better really.