public static interface SimpleAdapter.ViewBinder
Modifier and Type | Method and Description |
---|---|
boolean |
setViewValue(View view,
Object data,
String textRepresentation)
Binds the specified data to the specified view.
|
boolean setViewValue(View view, Object data, String textRepresentation)
view
- the view to bind the data todata
- the data to bind to the viewtextRepresentation
- a safe String representation of the supplied data:
it is either the result of data.toString() or an empty String but it
is never null