Guys, can I ask a question. I have a RecyclerView,...
# android
a
Guys, can I ask a question. I have a RecyclerView, with a ViewHolder which has a View with Button and TextView. I want to simulate a click on the Button but I dont know how. Can anyone guide me?
o
Every Views(and Buttons of course) have perfromClick() method. Call it to simulate click.
☝️ 1