Fragments Restore State On Orientation Changed
I have to implement 'standart' fragments navigation in my app (please see link). The issue is when device is in portrait mode, there should be shown only 1 fragment, and when it is
Solution 1:
Just follow this mate http://developer.android.com/guide/components/fragments.html. Dont make fragments static (thats just wierd)
Post a Comment for "Fragments Restore State On Orientation Changed"