Example usage for Java android.widget SimpleAdapter fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCount() |
Filter | getFilter() |
Object | getItem(int position) |
void | notifyDataSetChanged() Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself. |
void | setDropDownViewResource(int resource) Sets the layout resource to create the drop down views. |
void | setViewBinder(ViewBinder viewBinder) Sets the binder used to bind data to views. |