| Interface | Description |
|---|---|
| Navigable |
Object which supports navigation.
|
| Navigator |
Used to navigate to some destinations depending on given data
|
| Class | Description |
|---|---|
| ActivityBindingNavigator |
Navigator which binds to Activity to make sure that navigation events are delivered between Activity configuration changes. Note that you have to override
instead of . |
| NodeNavigator<A extends Activity> |
Navigator which navigates between NavigationNode. You must call
before using the navigator and when bound Activity is about to be paused. When navigator is being bound to again, it replays the last navigation node. When navigator is about to be unbound - it calls so you will have the chance to dispose resources associated with the node. |
| Nodes |
Static factory for nodes.
|