English | Site Directory

Android - An Open Handset Alliance Project

android.app
public class

android.app.TabActivity

java.lang.Object
android.content.Context
android.app.ApplicationContext ViewInflate.Factory
android.app.Activity KeyEvent.Callback Window.Callback
android.app.ActivityGroup
android.app.TabActivity

A screen that contains and runs multiple embedded activities or views.

Summary

Constants inherited from class android.app.Activity
Constants inherited from class android.content.Context
Fields inherited from class android.app.ActivityGroup

Public Constructors

          TabActivity()

Public Methods

        TabHost  getTabHost()
        TabWidget  getTabWidget()
        void  onContentChanged()
Updates the screen state (current list and other views) when the content changes.
        void  setDefaultTab(String tag)
        void  setDefaultTab(int index)

Protected Methods

        void  onChildTitleChanged(Activity childActivity, CharSequence title)
        void  onCompleteThaw(Bundle state)
This method is called after onStart() when the activity is being re-initialized from a previously saved state, given here in state.
        void  onFreeze(Bundle outState)
Called to retrieve the current dynamic user-interface state of the activity.
        void  onPostCreate(Bundle icicle)
Called when activity start-up is complete (after onStart() and onCompleteThaw(Bundle) have been called).
Methods inherited from class android.app.ActivityGroup
Methods inherited from class android.app.Activity
Methods inherited from class android.app.ApplicationContext