First time posting here! I'm a beginner in learning java and everything Android-related.
So, I'm stuck on a probably simple thing (I believe the answer is pretty simple too): I'm creating a riddle game, where on each question/activity you're asked about something and when you give the right answer, the game lets you proceed to the next question. So far so good.
My problem is that I cannot comprehend how a "Continue" button (placed on the Main Menu) works, and what could be the code behind it. I mean, how will the game remember how far you've reached, and then give you the option to continue from there. I can only make the button take you to a specific level.
I hope there's no need for me to paste my code - if needed please tell me. Thanks in advance!