Skip to content

jmadaminov/DeeLinker

Repository files navigation

DeeLinker The (*Dee) tool for handling deeplinks in a project where navigation logic is mixed all over different frameworks and components. DeeLinker separates navigation logic from deeplinks and generates chained nodes for you to consume (*navigate).

E.g. Non single activity project with fragments or a project which is migrating or has a plan to migrate to Jetpack Compose gradually.

img.png

img_1.png

img_2.png

Setup Gradle:

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}

implementation 'com.github.jakhongirmadaminov:deelinker:[release-version]'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages