AutoPageListFragmentView<A extends EndlessListAdapter,V extends EndlessListView,P extends EndlessListPresenter<V>> |
A EndlessListFragmentView which supports auto loading of its pages even without
scrolling to the bottom of the list.
|
EndlessListActivityView<A extends EndlessListAdapter,V extends EndlessListView,P extends EndlessListPresenter<V>> |
An activity that has a list with endless scrolling.
|
EndlessListAdapter<D extends BaseData,VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> |
A ListAdapter that supports Endless Scrolling and displays a Progress Bar at the bottom.
|
EndlessListAdapter.ProgressViewHolder |
|
EndlessListAdapter.ReloadViewHolder |
|
EndlessListAndGridAdapter<D extends BaseData,VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> |
A ListAdapter that supports Endless Scrolling and displays a Progress Bar at the bottom.
|
EndlessListAndGridAdapter.ProgressViewHolder |
|
EndlessListAndGridAdapter.ReloadViewHolder |
|
EndlessListAndGridFragmentView<A extends EndlessListAndGridAdapter,V extends EndlessListView,P extends EndlessListPresenter<V>> |
|
EndlessListFragmentView<A extends EndlessListAdapter,V extends EndlessListView,P extends EndlessListPresenter<V>> |
|
EndlessListPresenter<V extends EndlessListView> |
|
EndlessRecyclerListAndGridOnScrollListener |
Endless Scroll Listener for RecyclerView which triggers loading of more items on the RecyclerView
when scrolling to the end of the list.
|
EndlessRecyclerOnScrollListener |
Endless Scroll Listener for RecyclerView which triggers loading of more items on the RecyclerView
when scrolling to the end of the list.
|
IndexedItemDecoration |
Style a RecyclerView.ItemDecoration with an index from A-Z.
|
IndexedRecyclerView |
Styles the RecyclerView to be sorted and indexed in alphabetical order.
|
ListActivityView<V extends ListView,P extends ListPresenter<V>> |
|
ListAdapter<D extends BaseData,VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> |
A RecyclerView Adapter which handles BaseData and displays an EmptyView when there is not item to be shown.
|
ListAdapter.EmptyViewHolder |
Helper class to create an empty view holder.
|
ListFragmentView<V extends ListView,P extends ListPresenter<V>> |
|
ListPresenter<V extends ListView> |
A Presenter that supports the refreshing of list data to display.
|
ToolbarListActivityView<V extends ListView,P extends ListPresenter<V>> |
Base MvpActivityView which supports Toolbar as ActionBar
together with the Loading-Content-Error pattern.
|