Magellan
The simplest navigation library for Android.
Main Features
- Navigation is as simple as calling
goTo(screen)
- You get full control of the backstack
- Transitions are automaticaly handled for you
Download
Add the dependencies you need in your build.gradle
:
Core library
Optional add-ons
Add-on coming soon
- Rx 2: already merged, will be in the next release (thanks to @FabianTerhorst).
- Design lib (for tabs), in the meantime, here is the code to implement tabs.
Getting started
Single Activity
MainActivity.java
:
activity_main.xml
:
Minimal Screen implementation
Screen example HomeScreen.java
:
Associated View HomeView.java
: