I'm trying to offer tab support for all Android versions 2.2 and above. Is there a way of achieving this without using any deprecated classes/methods?
|
The Problem is as following:
TabActivity is deprecated because it derives from ActivityGroup which is deprecated, too. Problems are, to start Activitys inside Tabs and don't break callbacks like EDIT: Link to FragmentTabs for further reference |
||||
|
|
|
I recon with with the answer Rafael gave. Instead of resorting to the TabActivity you can sill use the regular TabHost to show tabs in all versions of android. |
|||||||
|
TabActivity? – anirvan Jun 6 '12 at 11:49