-3

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?

1 Answers1

0

You can use LocalBroadcastManager. How to use LocalBroadcastManager?

Aks4125
  • 4,522
  • 4
  • 32
  • 48