You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: