79282235

Date: 2024-12-15 11:43:18
Score: 0.5
Natty:
Report link

just call this method from your recyclerView object after click method

recyclerView.scrollToPosition(position + 1);

remember you have to call it in Ui thread and in your activity class that can access to your recyclerView object

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arash Torkaman