public
static
interface
TabHost.TabContentFactory
android.widget.TabHost.TabContentFactory |
Makes the content of a tab when it is selected. Use this if your tab content needs to be created on demand, i.e. you are not showing an existing view or starting an activity.
Public methods | |
---|---|
abstract
View
|
createTabContent(String tag)
Callback to make the tab contents |
View createTabContent (String tag)
Callback to make the tab contents
Parameters | |
---|---|
tag |
String :
Which tab was selected. |
Returns | |
---|---|
View |
The view to display the contents of the selected tab. |