public interface LoadingListItemCreator
| Modifier and Type | Field and Description |
|---|---|
static LoadingListItemCreator |
DEFAULT |
static final LoadingListItemCreator DEFAULT
android.view.View newView(int position,
android.view.ViewGroup parent)
position - loading list item position.parent - parent ViewGroup.void bindView(int position,
android.view.View view)
position - loading list item position.view - loading list item view.