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

'Transparent' screens #7

Closed
nhaarman opened this issue Aug 16, 2018 · 2 comments
Closed

'Transparent' screens #7

nhaarman opened this issue Aug 16, 2018 · 2 comments
Labels
priority:medium This issue has a medium priority type:needs-design Uncharted territory
Milestone

Comments

@nhaarman
Copy link
Owner

It may be possible to show a Scene while the previous scene is still visible, such as with dialogs.
How would this be handled?

@nhaarman nhaarman added the type:needs-design Uncharted territory label Sep 12, 2018
@nhaarman
Copy link
Owner Author

nhaarman commented Jan 14, 2019

The goal is to have something like this:

ezgif com-resize 4

The tricky part here is that there are two scenes active, and both need to have their Containers attached.

In theory, this is a single Scene that contains two sub Scenes, so the single Scene could delegate its lifecycle and attach/detach methods to the sub Scenes.
The difference with #10 however is that when navigating from the first Scene to the second Scene, we ideally don't want the first Scene to go through the onStop- onStart lifecycle.
Detaching and attaching the Container shouldn't be an issue though.

@nhaarman nhaarman added the priority:medium This issue has a medium priority label Jan 31, 2019
@nhaarman nhaarman added this to the 1.0 milestone Jan 31, 2019
@nhaarman
Copy link
Owner Author

nhaarman commented Apr 7, 2019

An experimental API is presented in #121, docs can be found at https://nhaarman.github.io/Acorn/wiki/experimental/concurrentpairnavigator/

@nhaarman nhaarman closed this as completed Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium This issue has a medium priority type:needs-design Uncharted territory
Projects
None yet
Development

No branches or pull requests

1 participant