4 Repos
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.
: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.
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.
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.
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.