Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
public static interface

TabHost.TabContentFactory

android.widget.TabHost.TabContentFactory

Class Overview

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.

Summary

Public Methods
abstract View createTabContent ( String tag)
Callback to make the tab contents

Public Methods

public abstract View createTabContent ( String tag)

Added in API level 1

Callback to make the tab contents

Parameters
tag Which tab was selected.
Returns
  • The view to display the contents of the selected tab.