Java android.widget SimpleAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.widget SimpleAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget SimpleAdapter.

The text is from its open source code.

Subclass

android.widget.SimpleAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intgetCount()
FiltergetFilter()
ObjectgetItem(int position)
voidnotifyDataSetChanged()
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
voidsetDropDownViewResource(int resource)

Sets the layout resource to create the drop down views.

voidsetViewBinder(ViewBinder viewBinder)
Sets the binder used to bind data to views.