Is it somehow possible to get an item of a recyclerview at a specific screen position (x and y coordinate)?
You can get View of an item at specific coordinates with this method findChildViewUnder.
View itemView = recyclerView.findChildViewUnder(x, y);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With