Magellan

The simplest navigation library for Android

Лицензия

Лицензия

Группа

Группа

com.wealthfront
Идентификатор

Идентификатор

magellan
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Magellan
The simplest navigation library for Android
Ссылка на сайт

Ссылка на сайт

https://github.com/wealthfront/magellan/
Система контроля версий

Система контроля версий

https://github.com/wealthfront/magellan/

Скачать magellan

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.wealthfront/magellan/ -->
<dependency>
    <groupId>com.wealthfront</groupId>
    <artifactId>magellan</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wealthfront/magellan/
implementation 'com.wealthfront:magellan:1.1.0'
// https://jarcasting.com/artifacts/com.wealthfront/magellan/
implementation ("com.wealthfront:magellan:1.1.0")
'com.wealthfront:magellan:aar:1.1.0'
<dependency org="com.wealthfront" name="magellan" rev="1.1.0">
  <artifact name="magellan" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wealthfront', module='magellan', version='1.1.0')
)
libraryDependencies += "com.wealthfront" % "magellan" % "1.1.0"
[com.wealthfront/magellan "1.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.android.support » support-annotations jar 27.1.1

Модули Проекта

Данный проект не имеет модулей.

Build Status Maven Central Javadocs

Magellan

The simplest navigation library for Android.

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

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

implementation 'com.wealthfront:magellan-library:2.0.0-alpha'

Optional add-ons

def magellanVersion = '2.0.0-alpha'
implementation "com.wealthfront:magellan-library:${magellanVersion}"
implementation "com.wealthfront:magellan-support:${magellanVersion}"
implementation "com.wealthfront:magellan-rx:${magellanVersion}"
implementation "com.wealthfront:magellan-rx2:${magellanVersion}"

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

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.
com.wealthfront

Wealthfront Engineering

Wealthfront is building a financial system that favors people, not institutions.

Версии библиотеки

Версия
1.1.0
1.0.0
0.1.5