1 repository
Processes for decomposing monolithic mobile applications into smaller, independent modules.
Distinct from Android Module Management: Focuses on the structural decomposition strategy for large apps rather than managing runtime hooks or libraries.
Explore 1 awesome GitHub repository matching mobile development · Componentization Workflows. 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
Enables the decomposition of monolithic Android apps into smaller, independent modules to improve build times.