well i'm trying to get data of particular position in Recyclerview using volley but don't know how to do it
let me explain it
i have two layout in a row (i'm using gridlayoutmanager) so i want to make every layout clickable and after clicking the layout i wanna show a fragment which will contain all the data of that particular position like any other shopping app do.