Added in API level 1
Deprecated in API level 13

ActivityGroup

open class ActivityGroup : Activity
kotlin.Any
   ↳ android.content.Context
   ↳ android.content.ContextWrapper
   ↳ android.view.ContextThemeWrapper
   ↳ android.app.Activity
   ↳ android.app.ActivityGroup

A screen that contains and runs multiple embedded activities.

Summary

Inherited constants
Public constructors

ActivityGroup(singleActivityMode: Boolean)

Public methods
open Activity!

LocalActivityManager!

Protected methods
open Unit
onCreate(savedInstanceState: Bundle?)

open Unit

open Unit

open Unit

open Unit

open Unit

Inherited functions
Inherited properties

Public constructors

ActivityGroup

Added in API level 1
ActivityGroup()

ActivityGroup

Added in API level 1
ActivityGroup(singleActivityMode: Boolean)

Public methods

getCurrentActivity

Added in API level 1
open fun getCurrentActivity(): Activity!

Deprecated: Deprecated in Java.

getLocalActivityManager

Added in API level 1
fun getLocalActivityManager(): LocalActivityManager!

Deprecated: Deprecated in Java.

Protected methods

onCreate

Added in API level 1
protected open fun onCreate(savedInstanceState: Bundle?): Unit

Deprecated: Deprecated in Java.

Parameters
savedInstanceState Bundle?: If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in #onSaveInstanceState. Note: Otherwise it is null.

onDestroy

Added in API level 1
protected open fun onDestroy(): Unit

Deprecated: Deprecated in Java.

onPause

Added in API level 1
protected open fun onPause(): Unit

Deprecated: Deprecated in Java.

onResume

Added in API level 1
protected open fun onResume(): Unit

Deprecated: Deprecated in Java.

onSaveInstanceState

Added in API level 1
protected open fun onSaveInstanceState(outState: Bundle): Unit

Deprecated: Deprecated in Java.

Parameters
outState Bundle: Bundle in which to place your saved state. This value cannot be null.

onStop

Added in API level 1
protected open fun onStop(): Unit

Deprecated: Deprecated in Java.