One of my users is reporting a glitch with my app that I cannot replicate using the emulator. My app's main screen is a scrollview with a bunch of buttons, and when one button is clicked it goes to a new activity that shows some labels. He states that when he uses the back button to go back to the main screen it is blank with only the title bar showing (and while it is blank he can still access the menu). I do not get this glitch on my own personal device (DX 2.3.3), nor has anyone else reported this. The user is using galaxy nexus with ICS.
In my Activity_Resume I do not use any code to redraw the main screen, and as stated before this has worked fine on my device and all emulators. Does ICS handle activities differently?
In my Activity_Resume I do not use any code to redraw the main screen, and as stated before this has worked fine on my device and all emulators. Does ICS handle activities differently?