Class Overview
An adapter that uses decoration through annotations to display
elements in a list view or spinner. This class is used internally by widgets
like ListView and Spinner, so most users won't need to use
this class directly unless they want to add Sofia-like decoration features
to other widgets that aren't yet supported.
Summary
[Expand]
Inherited Constants |
From interface
android.widget.Adapter
|
Public Constructors
public
DecoratingAdapter
(Context context, int defaultViewResId, List<E> list)
Public Methods
public
E
getItem
(int position)
public
long
getItemId
(int position)