RecyclerView does not update after removing an item [duplicate]
问题 This question already has answers here : How to update RecyclerView Adapter Data? (13 answers) Closed yesterday . I have a RecyclerView horizontal image slider at the bottom of a fragment. The top of the fragment shows some details. Once the user clicks on the images at the bottom, the idea is to remove that image from the image slider and display its information in the fragment. Now the information shows up but the image does not gets removed from the RecyclerView . Here is what I have coded