English | Site Directory

Android - An Open Handset Alliance Project

android.app
public class

android.app.ActivityGroup

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

A screen that contains and runs multiple embedded activities.

Known Direct Subclasses

Summary

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

Fields

protected      LocalActivityManager  mLocalActivityManager   

Public Constructors

          ActivityGroup()
          ActivityGroup(boolean singleActivityMode)

Public Methods

        Activity  getCurrentActivity()
    final    LocalActivityManager  getLocalActivityManager()

Protected Methods

        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  onDestroy()
Perform any final cleanup before an activity is destroyed.
        void  onFreeze(Bundle outState)
Called to retrieve the current dynamic user-interface state of the activity.
        void  onPause()
Called prior to a new activity becoming resumed, such as when the user is starting a new activity.
        void  onResume()
Called after onCompleteThaw(Bundle), onRestart(), or onPause(), for your activity to start interacting with the user.
        void  onStop()
Called when you are no longer visible to the user.
Methods inherited from class android.app.Activity
Methods inherited from class android.app.ApplicationContext