Hi All, I wanted to know how can I pass recycler view data from one fragment to another, I have recyclerviewadapter in that I have implemented onclick basically what I can do currently is that I can toast the message say I have name in my recyclerview using IT from model class I can accessing the data like I can toast the name but what I want to do is pass this name data to another fragment whenver I click on Recyclercard view How can I do that ?