public static interface FlexibleAdapter.OnUpdateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdateEmptyView(int size)
Called at startup and every time a main item is inserted or removed.
|
void onUpdateEmptyView(int size)
Note: Having any Scrollable Headers/Footers visible, the size
will represents only the main items.
size - the current number of main items in the adapter, result of
FlexibleAdapter.getMainItemCount()