2 مستودعات
Strategies for modularizing Android apps through the creation of components and private Maven repositories.
Distinct from Android Dependency Management: Combines modularization (architecture) with the specific act of publishing those components as dependencies.
Explore 2 awesome GitHub repositories matching mobile development · Android Componentization. Refine with filters or upvote what's useful.
AndroidNote is a technical knowledge base and reference resource for Android development. It provides comprehensive guidance on application architecture, custom view development, and advanced graphics programming. The project is distinguished by its depth in visual implementation, covering pseudo-3D perspective projections via virtual cameras and complex 2D rendering using Bézier curves and PorterDuff color blending. It also provides detailed methodologies for app modularization and the management of internal libraries through private Maven repositories and JitPack. The reference surface ext
Provides strategies for modularizing Android applications through the creation of components and private Maven repositories.
CC is an Android componentization framework and modularization tool designed to transform monolithic applications into independent components. It provides a system for launching and debugging individual components in isolation to reduce compilation times and a communication layer for executing functions across different Android processes using a unified interface. The project utilizes a build-time bytecode plugin to automatically register components and interceptors, removing the need for manual boilerplate configuration. It supports incremental architecture migration, allowing a codebase to
Provides a comprehensive framework for modularizing Android applications into independent components.