Android Kotlin get data from a clicked item in Recyclerview and pass it between fragments
问题 So I have two data classes ( OutletListDataClass and ProductListDataClass ) that are currently used by two different fragments ( OutletListFragment.kt and ProductListFragment.kt , directly connected in navigation graph.). Both of there fragments are RecyclerView. I want to extract the information from clicked item in OutletListFragment.kt (That contained in the two data classes) and pass it to ProductListFragment.kt . These are the data classes I use in both fragments: OutletListDataClass