I am having trouble reloading my fragments state. The architecture is like this: I am having an Activity A with a Fragment F. With the options menu Activity A opens the SettingsActivity with its SettingsFragment (with startActivity()). During this time the Fragment F does his usual thing, calls onSaveInstanceState, onPause, onStop. All good here. As […]
The post Fragment saves instance state, but never reloads it appeared first on BlogoSfera.