please I am trying to post data from JSON in my recyclerview. I am using the AsyncTaskLoader but nothing just shows on the screen. I have logged the data I need from JSON, to confirm I got the parsing right, and they show up. I have also logged the array of objects that are meant to be displayed, and they also show in the logcat, it is just the screen of my app that doesn't show any data. I am using a view pager with 2 fragments and this issue is the same for both. Here is my FragmentActivity, I will post just one since issue is the sameplease I am trying to post data from JSON in my