AbsListView |
Base class that can be used to implement virtualized lists of items. |
AbsSpinner |
An abstract base class for spinner widgets. |
AbsoluteLayout |
This class is deprecated.
Use FrameLayout, RelativeLayout
or a custom layout instead.
|
AdapterView<T extends Adapter> |
An AdapterView is a view whose children are determined by an Adapter. |
AppWidgetHostView |
Provides the glue to show AppWidget views. |
DatePicker |
A view for selecting a month / year / day based on a calendar like layout. |
DialerFilter |
|
ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
FrameLayout |
FrameLayout is designed to block out an area on the screen to display
a single item. |
Gallery |
A view that shows items in a center-locked, horizontally scrolling list. |
GestureOverlayView |
A transparent overlay for gesture input that can be placed on top of other
widgets or contain other widgets. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
HorizontalScrollView |
Layout container for a view hierarchy that can be scrolled by the user,
allowing it to be larger than the physical display. |
ImageSwitcher |
|
LinearLayout |
A Layout that arranges its children in a single column or a single row. |
ListView |
A view that shows items in a vertically scrolling list. |
MediaController |
A view containing controls for a MediaPlayer. |
RadioGroup |
This class is used to create a multiple-exclusion scope for a set of radio
buttons. |
RelativeLayout |
A Layout where the positions of the children can be described in relation to each other or to the
parent. |
ScrollView |
Layout container for a view hierarchy that can be scrolled by the user,
allowing it to be larger than the physical display. |
SlidingDrawer |
SlidingDrawer hides content out of the screen and allows the user to drag a handle
to bring the content on screen. |
Spinner |
A view that displays one child at a time and lets the user pick among them. |
TabHost |
Container for a tabbed window view. |
TabWidget |
Displays a list of tab labels representing each page in the parent's tab
collection. |
TableLayout |
A layout that arranges its children into rows and columns. |
TableRow |
A layout that arranges its children horizontally. |
TextSwitcher |
Specialized ViewSwitcher that contains
only children of type TextView. |
TimePicker |
A view for selecting the time of day, in either 24 hour or AM/PM mode. |
TwoLineListItem |
A view group with two children, intended for use in ListViews. |
ViewAnimator |
Base class for a FrameLayout container that will perform animations
when switching between its views. |
ViewFlipper |
Simple ViewAnimator that will animate between two or more views
that have been added to it. |
ViewGroup |
A ViewGroup is a special view that can contain other views
(called children.) The view group is the base class for layouts and views
containers. |
ViewSwitcher |
ViewAnimator that switches between two views, and has a factory
from which these views are created. |
WebView |
A View that displays web pages. |
WindowManager |
The interface that apps use to talk to the window manager. |
ZoomControls |
The ZoomControls class displays a simple set of controls used for zooming and
provides callbacks to register for events. |