My Recyclerview is not showing anything

前端 未结 5 1894
自闭症患者
自闭症患者 2021-01-23 13:35

I want to display Items from the mysql database to my recyclerview but I dont know why it is not displaying anything

Recyclerview



        
5条回答
  •  广开言路
    2021-01-23 14:28

    1. Change xml (SwipeRefreshLayout currently hide your recycleview):

    2. set adapter outside the loop: mRecyclerView.setAdapter(likelyProblemAdapter);

提交回复
热议问题