wealthfront / magellan

The simplest navigation library for Android.
Apache License 2.0
677 stars 70 forks source link

Maven Central

Magellan

A simple, flexible, and practical navigation framework for Android.

Note: This library is currently under development for the next major version.

Why would I use Magellan?

Download

Add the dependencies you need in your build.gradle:

Core library

def magellanVersion = '2.2.6-beta'
implementation "com.wealthfront:magellan-library:${magellanVersion}"

Optional add-ons

implementation "com.wealthfront:magellan-support:${magellanVersion}"
implementation "com.wealthfront:magellan-rx:${magellanVersion}"
implementation "com.wealthfront:magellan-rx2:${magellanVersion}"
testImplementation "com.wealthfront:magellan-test:${magellanVersion}"

// For support of older version:
implementation "com.wealthfront:magellan-legacy:${magellanVersion}"

Learning

For an explanation of the core concepts of Magellan, see our wiki, starting with Thinking in Magellan.

If you're eager to start, check out our Quickstart wiki page.

License

Copyright 2017 Wealthfront, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.