After Filter a RecyclerView item and clicking it gives wrong item
问题 After performing filtering on Recyclerview items that are fetched through json. It's opening the wrong item when I clicked after filtering the list. Suppose A,B,C,D are in my list, and when I filter for B and click on it - it shows the wrong item (like: A,C,D) but not B. How to fix this? MainActivity.java: public class exit_Activity extends AppCompatActivity implements MyAdapter.OnItemClickListener { String Show_url = "https://retrieve.php"; public static final String EXTRA_ID = "id"; public