I am having a hard time figuring this one out. I am creating an Android app where the user (once logged in) sees an activity with a cardview list inside a recycler view.
I want the user to be able to click item on a card and go to a different activity. If you click menu item on card 1 you must go to the activity for game 1. If you click menu item on card 2 you must go to the activity for game 2. Etc...