AccountAuthenticatorActivity |
Base class for implementing an Activity that is used to help implement an
AbstractAccountAuthenticator. |
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. |
LayoutInflater.Factory2 |
|
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. |
NativeActivity |
Convenience for implementing an activity that will be implemented
purely in native code. |
PreferenceActivity |
This is the base class for an activity to show a hierarchy of preferences
to the user. |
TabActivity |
An activity that contains and runs multiple embedded activities or views. |