I’m writing my first Android game, and though the game itself is working well, I’m not too sure about some of the Android integration aspects of it. Specifically:
- Should I provide an in-game volume control?
- Should I hide the status bar?
- Is the Menu button generally used to pause the game, or should I provide an on-screen control for this?
- etc.
Basically I just want my game to do everything the “standard” way. I don’t want to frustrate users. Is there some resource (official or not) that lists recommendations for such things? Alternatively, can anyone give me a few important guidelines?
There are no official guidelines how to do this, but some ‘Android common sense’ would be advisable.
As usual, there is more than one way to do anything, but most of the apps seem to follow the following principles:
hopefully you can find some more resources online