AbsListView |
Common code shared between ListView and GridView |
AbsSpinner |
An abstract base class for spinner widgets. |
AbsoluteLayout |
A layout that lets you specify exact locations (x/y coordinates) of its
children. |
AdapterView<T extends Adapter> |
An AdapterView is a view whose children are determined by an Adapter. |
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. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
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. |
MapView |
A View which displays a map. |
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 |
|
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 |
A TextSwitcher is a 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 |
|
ViewFlipper |
Shows only one child at a time. |
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 |
Shows only one child at a time. |
WebView |
The Android SDK provides a custom scheme to load assets from the
application's .apk file in WebView. |
ZoomControls |
The ZoomControls class displays a simple set of controls used for zooming and
provides callbacks to register for events. |