TabHost Tutorial in Android using Basic4Android
This is my 3rd tutorial in our controls/view in Basic4Android. The one that i will be introduced now is the TabHost.
TabHostis a container for a tabbed window view. This object holds two children: a set of tab labels that the user clicks to select a specific tab, and a FrameLayout object that displays the contents of that page. The individual elements are typically controlled using this container object, rather than setting values on the child elements themselves.
- Read more about TabHost Tutorial in Android using Basic4Android
- Log in or register to post comments
- 344 views