Activity

Read all about activity


ListActivity
MapActivity
ExpandableListActivity
ActivityGroup
AliasActivity

LauncherActivity
PreferenceActivity
TabActivity

Activities are both like windows and also like web pages

What does it mean by stopping one window or one activity when another one of the same app is active?


OnCreate
OnDestory

OnStart
OnStop

OnResume
OnPause

It is the frozen state of an application

Activity has methods to control its content view

has methods to control menus

responds to key and touch events