| Interface | Description |
|---|---|
| AutoPlayable |
Shows that item could be player / stoped.
|
| CursorRecyclerAdapter.NewItemsListener |
| Class | Description |
|---|---|
| AutoPlayController |
Responsible to find items that should and should not play.
|
| CursorRecyclerAdapter<VH extends RecyclerView.ViewHolder> |
This class is used as is from http://quanturium.github.io/2015/04/19/using-cursors-with-the-new-recyclerview/ OR https://gist.githubusercontent.com/quanturium/46541c81aae2a916e31d/raw/cb2d28f76b5603249a7430012794bb05634273ab/CursorRecyclerAdapter.java
|
| EmptyAdapter |
Created by dekalo on 22.11.16.
|
| EmptySpanAdapter |
Created by dekalo on 03/10/17.
|
| EndlessScrollListener |
RecyclerView scroll listener that will fire onLoadMore() callback when RecyclerView is near end.
|
| Fifo<T> |
Created by dekalo on 03.07.17.
|
| GridSpanSizeLookup |
Created by dekalo on 11.11.16.
|
| GroupAdapter |
Adapter that will group other adapter.
|
| LayoutManagerHelper |
Helper class for getting items on screen positions from any LayoutManger.
|
| PlaybackManager |
Created by dekalo on 19.01.17.
|
| RxScrollListener |
Created by dekalo on 26.10.15.
|