No adapter attached; skipping layout in fragment using firebase database

后端 未结 2 1816
小蘑菇
小蘑菇 2021-01-27 16:31

I have gone through most of the topics related to it and couldn\'t find the proper solution.
I am getting an error \"E/RecyclerView: No adapter attached; skipping layout
2条回答
  •  鱼传尺愫
    2021-01-27 17:01

    Use Debugger to check if you are getting data from firebase database? Or try to Init your Adaptor in OnCreateview method and use notifydatasetchanged()

提交回复
热议问题