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

Dealing with Android Activity Lifecycle #904

Closed
torkleyy opened this issue Jul 9, 2017 · 3 comments
Closed

Dealing with Android Activity Lifecycle #904

torkleyy opened this issue Jul 9, 2017 · 3 comments

Comments

@torkleyy
Copy link
Contributor

torkleyy commented Jul 9, 2017

What is the recommended way to handle a paused activity?

The problem is that it is not allowed to swap buffers then, so I suppose the application should just wait until it is resumed.

@tiby312
Copy link

tiby312 commented Aug 23, 2017

Yes I would like to know as well. When I minimize the app and re open it, I just have a blank screen. Does the display need to be rebuilt based off of the Suspend Event?

@ip
Copy link

ip commented Sep 24, 2017

The GL context is destroyed and every GL resource has to be initialized again.

@kchibisov
Copy link
Member

Out of scope for glutin.

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

No branches or pull requests

6 participants