I want to display Items from the mysql database to my recyclerview but I dont know why it is not displaying anything
Recyclerview
Change xml (SwipeRefreshLayout currently hide your recycleview):
set adapter outside the loop: mRecyclerView.setAdapter(likelyProblemAdapter);