Multiple Pages
in
Android Processing
•
2 years ago
Hi,
I have done basic processing before, and I want to make a very simplistic game with it, however I never knew how to change 'pages' of the application and instead cheated by drawing the new content on top of the old content.
I dont think this will be a good idea when developing for a android app, so is there a way to switch between pages? Say for example I had a starting screen where a user pressed a button to go to the main game. and then a ending screen when the user wins or loses.
Or should I stick to the drawing over old stuff way I have worked before?
1