linisme / SlimAdapter

A slim & clean & typeable Adapter without# VIEWHOLDER
https://raw.githubusercontent.com/MEiDIK/SlimAdapter/master/SlimAdapter.jpg
MIT License
931 stars 117 forks source link

How we can programmatically (automatically) click on specific item? #54

Open Talhasahi opened 2 years ago

Talhasahi commented 2 years ago

In normal Adapter we can perform Click like this

recyclerView.findViewHolderForAdapterPosition(pos).itemView.performClick();

How this functionality achieve in SlimAdapter?