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

Fragment interop? #613

Open
ursusursus opened this issue Jun 6, 2020 · 3 comments
Open

Fragment interop? #613

ursusursus opened this issue Jun 6, 2020 · 3 comments

Comments

@ursusursus
Copy link

Hi, I have a 3rd party sdk which unfortunately provides Fragments.

Is there a way I could integrate them with Conductor backstack? Maybe wrap the Fragment instance with Controller and proxy all lifecycle? Anybody tried it before?

@keyflare
Copy link

keyflare commented Mar 5, 2022

Same problem

@PaulWoitaschek
Copy link
Collaborator

I suggest wrapping it in an activity and making use of the system backstack.

@keyflare
Copy link

keyflare commented Mar 5, 2022

I suggest wrapping it in an activity and making use of the system backstack.

Seems that this approach is the best for cases with fullscreen fragments, thanks. However it will not work for fragments which should be embedded as a small part of the screen.

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