1 repository
Frameworks designed to facilitate the breakdown of monolithic mobile apps into decoupled modules.
Distinct from Android Development: A tool for architectural decomposition, distinct from general Android development or library management.
Explore 1 awesome GitHub repository matching mobile development · Componentization Tools. Refine with filters or upvote what's useful.
ARouter is a framework for Android applications designed to decompose monolithic apps into smaller, independent modules. It provides a URL-based routing system that enables navigation between decoupled components and modules without requiring direct class dependencies. The framework includes a navigation interceptor to handle authentication, redirection, and custom activity animations during page transitions. It also features a service injector that manages dependencies across modules using an inversion of control pattern and interface-based injection. The toolset covers inter-module navigat
Provides a framework for breaking monolithic Android applications into smaller independent modules with centralized routing.