bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.9k stars 343 forks source link

Navigating from fragment to conductor and vice versa #667

Closed johnjeremih closed 2 years ago

johnjeremih commented 2 years ago

I have a question; I would like to know how to navigate from a Fragment to a Conductor and then navigate back from a conductor to a fragment. I thought about using intents and startActivity, but how can I specify which conductor?

EricKuck commented 2 years ago

This isn't a supported use case. You'd likely have to host your fragments within controllers and use conductor's backstack or vice versa if you wanted to mix and match.