Mapfragment Blocked Or Stunned When Application Is Killed Or State Saved
I'm getting problems using MapFragment + ListFragment in an Activity, when I use show() and hide() method, everything works ok, but when I have my application in background and I r
Solution 1:
I was also facing the same problem in the new maps api(Maps V2 android). But i solved it by overriding onSaveInstance and onRestoreInstance method in the container activity.. and not calling super.onSaveInstance(). and super.onRestoreInstance().
This is just a temporary hack.. but i think u will be up and running with your beautiful app..
Post a Comment for "Mapfragment Blocked Or Stunned When Application Is Killed Or State Saved"