2 repos
Management of activity instantiation and navigation flow through launch modes.
Distinct from Launch Behaviors: Specific to mobile OS activity task stacks, which is not covered by general launch behaviors or kernel stacks.
Explore 2 awesome GitHub repositories matching mobile development · Activity Stack Configurations. Refine with filters or upvote what's useful.
LearningNotes is a technical knowledge base and engineering study guide focused on Android framework internals, system architecture, and mobile performance optimization. It serves as a reference for analyzing the Android boot sequence, process bootstrapping, and system service initialization. The project provides detailed guides on mobile performance, including strategies for reducing memory footprints, identifying memory leaks, and optimizing image decoding. It further covers Android inter-process communication using AIDL and the Binder kernel driver, as well as software architecture manuals
Configures activity launch modes to control the navigation flow and instantiation of the task stack.
InstaMaterial is a Material Design social media interface implementation for Android. It serves as a mobile application frontend and navigation framework featuring scrollable content feeds, user profiles, and interactive social engagement elements. The project is distinguished by its complex motion design, including circular reveal animations that transition between screens from specific touch coordinates and sequenced entry effects that coordinate translation, alpha, and scale transforms. It also implements a custom camera integration system that utilizes shaders for circular image cropping
Implements a mechanism to manage activity stacks by clearing instances and returning to previous screens.