Tag: EmptyView
-
Custom RecyclerView with EmptyView support
Hey folks, as you might know that RecyclerView does not support EmptyView but we can implement it using Custom RecylerView and in this post i am going to show you exactly that. EmptyView is any view which is shown when there is no data in the list. It is a great way to improve user […]