Skip to content Skip to sidebar Skip to footer

In Firebase Recycler Adapter Onbindviewholder And Oncreateviewholder Never Called?

I am writing an android application where I needs to show a list of data using recycler view . I am using firebase realtime database with read write rules true , but the problem is

Solution 1:

I finally solved it by removing this line mChildConnectedListRecyclerView.setHasFixedSize(true);


Post a Comment for "In Firebase Recycler Adapter Onbindviewholder And Oncreateviewholder Never Called?"