public interface LoadingListItemCreator
| Modifier and Type | Field and Description |
|---|---|
static LoadingListItemCreator |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
onBindViewHolder(RecyclerView.ViewHolder holder,
int position)
Bind the loading list item.
|
RecyclerView.ViewHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
Create new loading list item
android.support.v7.widget.RecyclerView.ViewHolder. |
static final LoadingListItemCreator DEFAULT
RecyclerView.ViewHolder onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
android.support.v7.widget.RecyclerView.ViewHolder.parent - parent ViewGroup.viewType - type of the loading list item.void onBindViewHolder(RecyclerView.ViewHolder holder,
int position)
holder - loading list item ViewHolder.position - loading list item position.