1 repository
Mechanisms that extend a host application's runtime to allow interaction with classes and resources from external plugins.
Distinct from Plugin-Extensible Runtimes: Candidates are too specific (manga extensions) or too general (server-side runtimes).
Explore 1 awesome GitHub repository matching mobile development · Plugin Runtime Extensions. Refine with filters or upvote what's useful.
VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within
Provides a mechanism for external plugins to interact with host application classes and resources through a secure interface.