1 repo
Delegating Android activity lifecycle callbacks from a host proxy to a plugin activity so it behaves like a real Activity.
Distinct from Android Activity Lifecycle Management: Distinct from Android Activity Lifecycle Management: focuses on delegating lifecycle to plugin activities via proxy, not general lifecycle tracking.
Explore 1 awesome GitHub repository matching mobile development · Plugin Activity Lifecycle Delegations. Refine with filters or upvote what's useful.
Dynamic-load-apk is an Android plugin framework that enables a host application to load and run uninstalled APK files as plugins at runtime. It provides the core infrastructure for loading APKs from storage, launching their activities, and managing their lifecycle without requiring the user to install them through the system package manager. The framework handles the fundamental challenges of running uninstalled code on Android through several key mechanisms. It isolates plugin classes in a separate DexClassLoader to prevent conflicts with the host class hierarchy, merges plugin resources int
Delegates Android activity lifecycle callbacks from a host proxy to a plugin activity so it behaves like a real Activity.