Since: API Level 2.5
public static interface

ScrollableTabHost.TabContentFactory

com.droidux.pack.commons.widget.tabs.ScrollableTabHost.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)

Since: API Level 2.5

Callback to make the tab contents

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