Skip to content

Android project template with feature modularization in mind. Using Hilt DI for inverting the navigation dependency.

Notifications You must be signed in to change notification settings

bfpimentel/android-modular-features-template

Repository files navigation

Android Feature Modules Template

This is a representation of the architecture, it may vary depending on your use case.

The arrows on the top can be read as "talks to".

  • Each of the the feature modules on the project have a navigation module which is implemented by itself. Example: :feature1 implements :navigation:feature1, and any other module can consume :navigation:feature1.
  • Feature modules don't know how the implementation of other modules is done.
  • The implementation is provided through Dependency Inversion.
  • The module responsible for knowing all the feature modules and providing the instances of the navigation of each of these is the :navigation:core module.

About

Android project template with feature modularization in mind. Using Hilt DI for inverting the navigation dependency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages