Smart Recycler View
SmartRecyclerView is a custom RecyclerView that can show emptyView when adapter is empty.
Constructors
Link copied to clipboard
public SmartRecyclerView SmartRecyclerView(Context context, AttributeSet attrs, Integer defStyleAttr)
Properties
Functions
Link copied to clipboard
Check if adapter connected to SRV is empty. If so, show emptyView.
Link copied to clipboard
AdapterDataObserver to check if adapter is empty
Link copied to clipboard
EmptyView to show when adapter is empty
Link copied to clipboard
Set adapter to SRV
Link copied to clipboard
Set emptyView to SRV
Link copied to clipboard
EmptyView to show when adapter is empty