AccountAuthenticatorActivity |
Base class for implementing an Activity that is used to help implement an
AbstractAccountAuthenticator.
|
ActionBarActivity |
This class is deprecated.
Use AppCompatActivity instead.
|
Activity |
An activity is a single, focused thing that the user can do.
|
ActivityGroup |
This class was deprecated
in API level 13.
Use the new Fragment and FragmentManager APIs
instead; these are also
available on older platforms through the Android compatibility package.
|
AlertDialog |
A subclass of Dialog that can display one, two or three buttons.
|
AliasActivity |
Stub activity that launches another activity (and then finishes itself)
based on information in its component's manifest meta-data.
|
AppCompatActivity |
Base class for activities that use the
support library action bar features.
|
AppCompatDialog |
Base class for AppCompat themed Dialog s.
|
BrowseFragment |
A fragment for creating Leanback browse screens.
|
BrowseSupportFragment |
A fragment for creating Leanback browse screens.
|
CharacterPickerDialog |
Dialog for choosing accented characters related to a base character.
|
DatePickerDialog |
A simple dialog containing an DatePicker .
|
DetailsFragment |
Wrapper fragment for leanback details screens.
|
DetailsSupportFragment |
Wrapper fragment for leanback details screens.
|
Dialog |
Base class for Dialogs.
|
DialogFragment |
Static library support version of the framework's DialogFragment .
|
ErrorFragment |
A fragment for displaying an error indication.
|
ErrorSupportFragment |
A fragment for displaying an error indication.
|
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.
|
Fragment |
Static library support version of the framework's Fragment .
|
FragmentActivity |
Base class for activities that want to use the support-based
Fragment and
Loader APIs.
|
HeadersFragment |
An internal fragment containing a list of row headers.
|
HeadersSupportFragment |
An internal fragment containing a list of row headers.
|
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.
|
ListFragment |
Static library support version of the framework's ListFragment .
|
MediaRouteChooserDialog |
This class implements the route chooser dialog for MediaRouter .
|
MediaRouteChooserDialogFragment |
Media route chooser dialog fragment.
|
MediaRouteControllerDialog |
This class implements the route controller dialog for MediaRouter .
|
MediaRouteControllerDialogFragment |
Media route controller dialog fragment.
|
MediaRouteDiscoveryFragment |
Media route discovery fragment.
|
NativeActivity |
Convenience for implementing an activity that will be implemented
purely in native code.
|
PlaybackOverlayFragment |
A fragment for displaying playback controls and related content.
|
PlaybackOverlaySupportFragment |
A fragment for displaying playback controls and related content.
|
PreferenceActivity |
This is the base class for an activity to show a hierarchy of preferences
to the user.
|
PreferenceFragment |
Shows a hierarchy of Preference objects as
lists.
|
Presentation |
Base class for presentations.
|
ProgressDialog |
A dialog showing a progress indicator and an optional text message or view.
|
RowsFragment |
An ordered set of rows of leanback widgets.
|
RowsSupportFragment |
An ordered set of rows of leanback widgets.
|
SearchFragment |
A fragment to handle searches.
|
SearchSupportFragment |
A fragment to handle searches.
|
TabActivity |
This class was deprecated
in API level 13.
New applications should use Fragments instead of this class;
to continue to run on older devices, you can use the v4 support library
which provides a version of the Fragment API that is compatible down to
DONUT .
|
TestActivity |
|
TimePickerDialog |
A dialog that prompts the user for the time of day using a TimePicker .
|
VerticalGridFragment |
A fragment for creating leanback vertical grids.
|
VerticalGridSupportFragment |
A fragment for creating leanback vertical grids.
|
WebViewFragment |
A fragment that displays a WebView.
|