I dont like to show empty RecyclerView to users. I know there is getItemCount method in recyclerview, but i think reyclerview is executed on separate thread maybe. Its because w
Simply override onDataChanged and check for getItemCount() there.
onDataChanged
getItemCount()