Added in API level 1
Deprecated in API level 30

TabContentFactory

interface 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.

Summary

Public methods
abstract View!

Callback to make the tab contents

Public methods

createTabContent

Added in API level 1
abstract fun createTabContent(tag: String!): View!

Deprecated: Deprecated in Java.

Callback to make the tab contents

Parameters
tag String!: Which tab was selected.
Return
View! The view to display the contents of the selected tab.