Is it possible to pass data from a Recyclerview's Viewholder into another activity. for example I want to pass the Checkbox itembox which i declared inside Viewholder now i want to pass it into another activity lets say Validity.class so i can perform a performClick method inside that activity. is it possible to do?
Asked
Active
Viewed 258 times