Git Product home page Git Product logo

android-navigation-manager's Introduction

Navigation Manager for Android

A Helper library for easy navigation between fragments.

Installation:

  1. Add this to your Project level build.gradle file:
allprojects {

    repositories {
        maven { url 'https://jitpack.io' }
    }
}
  1. Add this to your dependencies in your App level build.gradle file:
dependencies {
    implementation "com.github.tamimattafi.android-navigation-manager:basic:$latest_version"
}
  1. OPTIONAL

3.1. Implementing the core module

This should only be included if you want to extend the core functionality in a different direction. This must be included if you want to override transaction animations.

dependencies {
   implementation "com.github.tamimattafi.android-navigation-manager:core:$latest_version"
}

3.2. Dagger Support

This module has support for dagger support injectors. It has the same functionality as the basic module so choosing one of them depends on your project requirements. Why not both? It is possible to use both modules alongside each other!

NOTE Using navigation provided by this module requires you to provide an instance of DaggerNavigator. In your ActivityModule, you must implement a binder/provider for this type.

dependencies {
    implementation "com.github.tamimattafi.android-navigation-manager:dagger:$latest_version"
}

Docs

The code is well documented. A quick reading here would make everything clear to you!

Happy coding!

android-navigation-manager's People

Contributors

tamimattafi avatar icarumbas avatar

Stargazers

Leonid avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

icarumbas

android-navigation-manager's Issues

java.lang.ExceptionInInitializerError

Error happens when creating an instance of a fragment.

Exception: java.lang.ExceptionInInitializerError
Thrown at: Creating an AnimationSet for the Fragment
Expectations: Cyclic dependency issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.