Activity |
An activity is a single, focused thing that the user can do. |
ActivityGroup |
A screen that contains and runs multiple embedded activities. |
AliasActivity |
Stub activity that launches another activity (and then finishes itself)
based on information in its component's manifest meta-data. |
ExpandableListActivity |
An activity that displays an expandable list of items by binding to a data
source implementing the ExpandableListAdapter, and exposes event handlers
when the user selects an item. |
LauncherActivity |
Displays a list of all activities which can be performed
for a given intent. |
ListActivity |
An activity that displays a list of items by binding to a data source such as
an array or Cursor, and exposes event handlers when the user selects an item. |
MapActivity |
Base class with code to manage the boring necessities of any
activity that displays a MapView. |
PreferenceActivity |
The PreferenceActivity activity shows a hierarchy of preferences as
lists, possibly spanning multiple screens. |
TabActivity |
An activity that contains and runs multiple embedded activities or views. |