RecyclerView not showing anything after updating Adapter data
guys i need help with this matter i have been going through my code for a couple of days to figure whats going wrong but i couldn't figure it out. I have a fragment with a RecyclerView i initialize the Adapter data with an image place holder and some default text and the fragment shows them as expected then using a loader i fetch data from the internet and parse and pass the new data to the Adapter (all of this happens as required) until the data reaches the Adapter then Taaadaaaa the initial data disappears and the new data is not showing actually the fragment shows a blank screen definitely