You need to verify that what you are sending to the adapter is not an empty List. I recommend you to either create the RecyclerView by code and add it later when you have the information, or to put an empty NULL object before passing it to the constructor of the adapter.