I have two activities in my app (a login activity and a map view) and I would like to recreate the state of the latter when returning from the former. Yet all the settings on the objects of the view seem to have no effect like the handle to them were lost.
I perform the findViewById's in onStart and I personalize the view in onResume. The first time I get there, everything shows fine,; after going back and returning, the view appears pristine, the control passes through all the instructions of the onStart and of the onResume, put nothing happens on my view. Did I miss something important or what?! More information are available at: http://stackoverflow.com/questions/25510403/dressing-android-view-on-activity-restart Since that posting I even painstakingly ported the app to Android studio, but the problem stayed there. Thanks for your support, Fabrizio Bartolomucci -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

