1 مستودع
Using reflection to invoke host-side functions and interfaces from an externally loaded module.
Distinct from Host Function Interfacing: Focuses on Java reflection for plugin-to-host communication rather than emulator host-function interfacing.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Reflection-Based Interface Proxies. 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
Allows plugins to invoke specific functions and interfaces within the main application using reflection.