Package-level declarations

Types

Link copied to clipboard
class EndlessScrollListener(loadMoreThreshold: Int, loadMoreListener: () -> Unit) : RecyclerView.OnScrollListener

Regular scroll listener which checks the layout manager of a recycler view and based on if the layout is reversed or not, it listens for scrolling gestures and triggers pagination when reaching the end top or end bottom of the list.

Link copied to clipboard

A fragment that displays a full screen overlay dialog.