smooth-navigation

Provide a smooth Android Jetpack Navigation transition experience. And solve the fatal flaws that are common in the modified version of Navigation on GitHub.

License

License

GroupId

GroupId

com.kunminx.arch
ArtifactId

ArtifactId

smooth-navigation
Last Version

Last Version

4.0.0-beta1
Release Date

Release Date

Type

Type

aar
Description

Description

smooth-navigation
Provide a smooth Android Jetpack Navigation transition experience. And solve the fatal flaws that are common in the modified version of Navigation on GitHub.
Project URL

Project URL

https://github.com/KunMinX/Smooth-Navigation
Source Code Management

Source Code Management

https://github.com/KunMinX/Smooth-Navigation/tree/master

Download smooth-navigation

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.3.1
androidx.fragment » fragment jar 1.3.6
androidx.navigation » navigation-runtime jar 2.3.5

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.0-beta1
3.9.0-beta1