Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep fragment on orientation change #74

Open
b3stia opened this issue Nov 19, 2015 · 2 comments
Open

Keep fragment on orientation change #74

b3stia opened this issue Nov 19, 2015 · 2 comments

Comments

@b3stia
Copy link

b3stia commented Nov 19, 2015

Hi,
is there any possibility to keep fragment selected on screen when orientation change?

And i can't use "android:configChanges="orientation|keyboardHidden|screenSize""

@gruessung
Copy link

/sub

@madcyph3r
Copy link
Owner

You can use onSaveInstanceState onPause and onRestoreInstanceState onResume, to save and load the current fragment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants