public static interface FastAdapter.OnBindViewHolderListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBindViewHolder(android.support.v7.widget.RecyclerView.ViewHolder viewHolder,
int position)
is called in onBindViewHolder to bind the data on the ViewHolder
|
void onBindViewHolder(android.support.v7.widget.RecyclerView.ViewHolder viewHolder,
int position)
viewHolder - the viewHolder for the type at this positionposition - the position of thsi viewHolder