awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesNative Android System Compatibility

Ensuring support for native Android OS features like multi-process execution, data binding, and theme management.

Distinct from Android Architecture Support: None of the candidates cover general system-level compatibility for Android's core runtime features.

Explore 3 awesome GitHub repositories matching mobile development · Native Android System Compatibility. Refine with filters or upvote what's useful.

Awesome Native Android System Compatibility GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gyf-dev/immersionbarAvatar von gyf-dev

    gyf-dev/ImmersionBar

    11,459Auf GitHub ansehen↗

    ImmersionBar is a set of control utilities for Android designed to manage immersive display modes, notch-aware layouts, virtual keyboard visibility, and system bar aesthetics. It provides a centralized way to maximize screen real estate by toggling full-screen displays and controlling the behavior of status and navigation bars. The library distinguishes itself through specialized adaptation for hardware cutouts and notches, calculating precise offsets and window insets to prevent user interface elements from being obscured. It also includes a dedicated handler for soft keyboard management, wh

    Provides a compatibility layer to manage system bar behavior across various Android versions and screen orientations.

    Javaandroidbardialog
    Auf GitHub ansehen↗11,459
  • qihoo360/repluginAvatar von Qihoo360

    Qihoo360/RePlugin

    7,346Auf GitHub ansehen↗

    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

    Maintains compatibility with standard Android features including multi-process support and user-defined themes.

    Java
    Auf GitHub ansehen↗7,346
  • whyorean/aurorastoreAvatar von whyorean

    whyorean/AuroraStore

    2,559Auf GitHub ansehen↗

    AuroraStore is a third-party Google Play Store client used for searching, downloading, and installing Android application packages without the official client software. It serves as an application downloader and distribution tool that enables the retrieval of app metadata and binaries directly from the store backend. The project differentiates itself through identity-spoofing capabilities that allow users to bypass geographical restrictions and access apps locked to specific regions. It also provides version control by enabling the retrieval of specific older versions of applications and impl

    Verifies if specific application packages are compatible with the device environment without proprietary services.

    Kotlin
    Auf GitHub ansehen↗2,559
  1. Home
  2. Mobile Development
  3. Native Android System Compatibility

Unter-Tags erkunden

  • App Package Compatibility VerificationsVerifying if specific application packages are compatible with a device environment. **Distinct from Native Android System Compatibility:** Focuses on pre-installation package compatibility rather than OS runtime feature support
  • System Bar Compatibility LayersHelpers that maintain consistent system bar behavior across different OS versions and device orientations. **Distinct from Native Android System Compatibility:** Focuses specifically on system bar and display compatibility across Android versions rather than general OS feature support.