Hallo all, I have a game with an Activity that holds my menu, where at some point you can click a 'Start Game' button which launches the GamePlay Activity. After the GamePlay activity finishes the menu screen pops-up again, which is exactly what I want. The problem is that now the Activity doesnt respond to my input anymore, and gives the Android non- responsive message. If it helps I can post the relevant code here but it is pretty straight forward, and the same as described in the FAQ. I use startActivityForResult to start my GamePlay Activity, and after finishing this activity the results are passed into onActivityResult the way it should. Everything is as I want it to be, the only problem is my menu Activity not responding anymore.
Hopefully someone can help me out with this problem, Thanks in advance! Peter -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

