onActivityResult is giving me major headaches. My little game has a title / menu screen.Upon clicking \"new game\" an Activity is launched which creates a SurfaceView for my game world.
I have a preferences activity where I can change the language and the theme of my application. From there I return to the previous activity via the Back key, and I want to recreate the activity.
Using the following guide online (and the 1.7x fix at the bottom) http://codeigniter.com/forums/viewthread/94299/