1 Repo
Frameworks designed to decompose monolithic mobile applications into smaller, decoupled plugins.
Distinct from Mobile Application Architectures: Shortlist candidates were either general tools or specific architecture patterns; this is the specific framework for the modularization process.
Explore 1 awesome GitHub repository matching mobile development · Application Modularization Frameworks. Refine with filters or upvote what's useful.
Small is a cross-platform plugin framework and modularization tool designed to break monolithic mobile applications into independent components. It provides a modular mobile architecture that allows developers to split applications into decoupled plugins to reduce system complexity and memory usage across multiple operating systems. The framework includes a dynamic module loader for on-demand feature loading to improve startup times and a dependency injection service registry that connects feature modules to a central core for service discovery. The system provides a platform abstraction lay
Provides a framework for breaking monolithic mobile apps into small decoupled plugins to reduce memory usage.