Package 

Object Conductor


  • @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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Conductor INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final static Router attachRouter(Activity activity, ViewGroup container, Bundle savedInstanceState)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait