-
@UiThread() public class Conductor
Conductor will create a Router that has been initialized for your Activity and containing ViewGroup. If an existing Router is already associated with this Activity/ViewGroup pair, either in memory or in the savedInstanceState, that router will be used and rebound instead of creating a new one with an empty backstack.
-
-
Method Summary
Modifier and Type Method Description final static RouterattachRouter(Activity activity, ViewGroup container, Bundle savedInstanceState)-
-
Method Detail
-
attachRouter
final static Router attachRouter(Activity activity, ViewGroup container, Bundle savedInstanceState)
-
-
-
-