I have a simple app where there user has to fill in some registration information first and login. If the user is already logged in, a different layout will be shown when the MainActivity is launched. Pretty standard of most apps these days. To accommodate this, the layout of my MainActivity is this: <RelativeLayout...> <android.support.v7.widget.Toolbar […]
The post Why is this fragment still displayed after orientation change? appeared first on BlogoSfera.