I’m very new on Android development.
I want to create and start an activity to show information about a game. I show that information I need a gameId.
How can I pass this game ID to the activity? The game ID is absolutely necessary so I don’t want to create or start the activity if it doesn’t have the ID.
It’s like the activity has got only one constructor with one parameter.
How can I do that?
Thanks.