TabHost « UI « Android






1.Using TabHost
2.Add Tab to TabHost
3.Using a tab content factory for the content via TabHost.TabSpec#setContent(android.widget.TabHost.TabContentFactory)
4.An example of tab content that launches an activity via android.widget.TabHost.TabSpec#setContent(android.content.Intent)
5.Dynamic Tab Demo
6.Tab control
7.Uses a right gravity for the TabWidget.