awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

1 repo

Awesome GitHub RepositoriesPlugin Activity Lifecycle Delegations

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.

Awesome Plugin Activity Lifecycle Delegations GitHub Repositories

Find the best repos with AI.We'll search the best matching repositories with AI.
  • singwhatiwanna/dynamic-load-apksingwhatiwanna avatar

    singwhatiwanna/dynamic-load-apk

    6,009View on GitHub↗

    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.

    Java
    View on GitHub↗6,009
  1. Home
  2. Mobile Development
  3. Android Activity Lifecycle Management
  4. Plugin Activity Lifecycle Delegations