Hello,
I am currently writing a 2D game for the Android platform with my friend.
We're both juvelines with no Java background, not to talk about development on Android.
So my questions might appear trivial, but oh well...
I've made a basic Startmenu, also got the OnClickListeners up and running, but now I'm kind of stuck on how to go further, so I have a few questions:
- I have an "Options" button, when the user clicks that he should be able to choose different options, how would you realise that? Using a second Activity??? Where would you store the chosen options/settings?
- I have a "Start" button, how would you change the window and go to the "game" itself? Is that another Activity? I'm kind of irritated...
- And finally how would you code the whole game? We don't want to use OpenGL, rather just simple images we move around on the window... any keywords?
Thank you very much for your time.
Greetings,
samyboy




