Simple tabs in android -


How to implement in the Android Simple tab without any intents or views (like in the tabhost)?

I

UPD: I've already used the API v14 and the ActionBar tab for any other purpose already.

The simplest solution (in my opinion, of course) is to use just three different image views Or "button to erase the tab." You can swap an "Unschedited Tab" image for the "Selected Tab" image as needed

As far as I know, there is no easy way out of tabHosts and other such solutions which are different tabs Requires activities, pieces or scenes.

Comments