Tag: RecyclerView

  • 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 […]

  • RecyclerView in PopupMenu

    Hey Folks, in this blog i am going to tell you about how to implement RecyclerView in PopupWindow and in case you are new to android and wondering what are these Go check out the official documentation ->> PopupWindow RecyclerView Here’s a demo what we are going to achieve after this tutorial:- Download project Lets get Started. […]