AbsListView | Base class that can be used to implement virtualized lists of items. |
AutoCompleteTextView | An editable text view that shows completion suggestions automatically
while the user is typing. |
ExpandableListView | A view that shows items in a vertically scrolling two-level list. |
GridView | A view that shows items in two-dimensional scrolling grid. |
ListView | A view that shows items in a vertically scrolling list. |
MultiAutoCompleteTextView | An editable text view, extending AutoCompleteTextView , that
can show completion suggestions for the substring of the text where
the user is typing instead of necessarily for the entire thing. |