[android-developers] exit strategy

2011-01-14 Thread bob
I made a slot machine game for Android a few weeks ago, and I forgot to include code to allow a user to quit the app. How do most Android apps allow the user to quit, and do they have a way to quit my slot machine even though I forgot to code it in? -- You received this message because you are

Re: [android-developers] exit strategy

2011-01-14 Thread Agus
if you block the home/back buttons then they will be stuck in the game, if not then they can use app manager to force close, or go to android settings screen. On Thu, Jan 13, 2011 at 12:35 PM, bob b...@coolgroups.com wrote: I made a slot machine game for Android a few weeks ago, and I forgot to

Re: [android-developers] exit strategy

2011-01-14 Thread TreKing
On Thu, Jan 13, 2011 at 11:35 AM, bob b...@coolgroups.com wrote: How do most Android apps allow the user to quit, and do they have a way to quit my slot machine even though I forgot to code it in? How did *you* quit the app when you were testing it? (You were testing it right?)