2 repository-uri
Mechanisms for managing independent resource sets and contexts within plugins to maintain OS version compatibility.
Distinct from Android Resource Systems: Shortlist candidates focus on packing or binding, not the isolation of resources across dynamic plugins.
Explore 2 awesome GitHub repositories matching mobile development · Android Resource Isolation. Refine with filters or upvote what's useful.
RePlugin is an Android plugin framework and component orchestrator designed to load external activities, services, and receivers into an application without updating the main binary. It functions as a dynamic feature delivery system that decouples application modules into independent plugins. The framework provides a communication bridge for bidirectional data exchange between the host application and external plugins, as well as inter-plugin synchronization. It manages the entire plugin lifecycle, including installation, version management, and integrity verification to ensure the safety of
Manages independent resources and contexts within plugins to ensure compatibility across different operating system versions.
DroidPlugin is an Android plugin framework designed to execute third-party APKs and native binaries without requiring installation or modifications to the host application manifest. It provides a native binary plugin host that allows the loading of C and C++ binaries through native hooks to extend core application functionality. The framework utilizes a component router to direct activities and services to external plugins, bypassing the need for manual registration in the host manifest. It further decouples external activities from the host lifecycle through a proxy-based mechanism. The sys
Separates memory and system resources between the host and plugins to prevent conflicts and ensure independent access.