public interface ItemViewBinder
ScItem
to list item view.Modifier and Type | Method and Description |
---|---|
void |
bindView(android.content.Context context,
android.view.View v,
ScItem item)
Bind an existing view to the item.
|
android.view.View |
newView(android.content.Context context,
android.view.ViewGroup parent,
android.view.LayoutInflater inflater,
ScItem item)
Makes a new view to hold the data of the item.
|
void bindView(android.content.Context context, android.view.View v, ScItem item)
android.view.View newView(android.content.Context context, android.view.ViewGroup parent, android.view.LayoutInflater inflater, ScItem item)