Package-level declarations

Functions

Link copied to clipboard

This method applies the most common stateConfiguration for the widget, things like direction, colors, behavior etc.

Link copied to clipboard

Resets the refreshing or loading states when called, common use case would be after a network response

Link copied to clipboard
fun SupportRecyclerView.setUpWith(vertical: Boolean = true, supportAdapter: RecyclerView.Adapter<*>, recyclerLayoutManager: RecyclerView.LayoutManager? = null)

Sets up a recycler view by handling all the boilerplate code associated with it using the given layout manager or the default.