1 repo
Implementations of startup modes and result-handling methods within a mobile component framework.
Distinct from Navigation Modes: None of the candidates cover mobile-specific activity-like launch modes and result handling for components.
Explore 1 awesome GitHub repository matching mobile development · Activity-Like Navigation Behaviors. Refine with filters or upvote what's useful.
Fragmentation is an Android fragment management library and navigation framework. It coordinates the lifecycle, transactions, and navigation of fragments to reduce boilerplate code. The framework provides a system for handling back-stack operations, transition animations, and activity-like launch modes between fragments. It includes a navigation debugger with visual tools for inspecting the fragment hierarchy and monitoring the navigation stack in real time. The library covers fragment communication through activity-scoped event buses, lifecycle coordination with lazy view initialization, an
Implements activity-like launch modes and result-handling methods to manage fragment navigation and back-button behavior.