KOTLIN. How can i set my fragment recyclerview list item move into specific detail screen when it's clicked
So i have this fragment that display a recyclerview, each recycler card has it own data (like title, and image), and i want my each card list when it's clicked move into specific detail screen that also display its own data from what item is clicked. What i want to ask also :
should i move from fragment to detail fragment, or should i move from fragment to detail activity?
How do i set my recyclerview card item is clickable into specific detail?
sorry for the lack of my code, i'm still...