1 रिपॉजिटरी
Ensuring a single shared instance of a library is used across multiple isolated modules to reduce memory overhead.
Distinct from Shared Memory Instance Deployments: Shortlist candidates focus on memory deployments or database instances, not library instance sharing across class-loaders.
Explore 1 awesome GitHub repository matching software engineering & architecture · Shared Library Instance Mapping. 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
Ensures a single shared instance of common libraries is used across the host and plugins to minimize memory overhead.