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
·

4 Repos

Awesome GitHub RepositoriesActivity Result Managers

Systems for automating the handling of results returned from launched Android activities using listener patterns.

Distinct from Android Activity Lifecycle Management: None of the candidates cover the specific Android pattern of activity result callbacks and request code management.

Explore 4 awesome GitHub repositories matching mobile development · Activity Result Managers. Refine with filters or upvote what's useful.

Awesome Activity Result Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zhihu/matisseAvatar von zhihu

    zhihu/Matisse

    12,530Auf GitHub ansehen↗

    :fireworks: A well-designed local image and video selector for Android

    Returns selected media URIs to the caller through Android's Activity Result API using a prebuilt contract.

    Javaandroidandroid-image-pickerandroid-image-selector
    Auf GitHub ansehen↗12,530
  • uber/ribsAvatar von uber

    uber/RIBs

    7,923Auf GitHub ansehen↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Starts secondary activities from any RIB and delivers results back via workflows, handling process death and state restoration.

    Kotlinandroidarchitectural-patternsarchitecture
    Auf GitHub ansehen↗7,923
  • getactivity/androidprojectAvatar von getActivity

    getActivity/AndroidProject

    6,840Auf GitHub ansehen↗

    AndroidProject is an application framework and development suite for Android that provides a collection of base classes and utilities designed to accelerate the creation and refactoring of mobile projects. It functions as a foundational system for managing application architecture and common shared features. The framework includes a specialized activity result manager that replaces manual callback overrides with listener objects and automated request code generation. It also provides a performance optimization library focused on reducing memory usage and code size to improve application stabi

    Provides an automated system for managing Android activity results through listeners and dynamic request codes.

    Javaandroidbaseactivitycompose
    Auf GitHub ansehen↗6,840
  • yanzhenjie/andpermissionAvatar von yanzhenjie

    yanzhenjie/AndPermission

    6,628Auf GitHub ansehen↗

    AndPermission is a unified API manager for coordinating runtime permissions, secure file sharing, and high-privilege system access on Android. It provides a lifecycle-aware wrapper for handling dangerous permissions and user consent callbacks through a centralized permissions manager. The project distinguishes itself by managing special permissions that require high-privilege access, such as notification monitoring, screen overlays, and the ability to install applications from unknown sources. It also includes a dedicated tool for secure file sharing that generates temporary read and write ac

    Manages permission responses using the AndroidX Activity Result API for lifecycle-aware handling.

    Javaandroid-permissionpermissionruntime-permission
    Auf GitHub ansehen↗6,628
  1. Home
  2. Mobile Development
  3. Activity Result Managers

Unter-Tags erkunden

  • Workflow-Based Activity LaunchersStarting secondary activities from any RIB and delivering results back via workflows, handling process death and state restoration. **Distinct from Activity Result Managers:** Distinct from Activity Result Managers: integrates activity launching with workflow engines for state restoration across process death.