awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repos

Awesome GitHub RepositoriesActivity Stack Configurations

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.

Awesome Activity Stack Configurations GitHub Repositories

Find the best repos with AI.We'll search the best matching repositories with AI.
  • geniusvjr/learningnotesGeniusVJR avatar

    GeniusVJR/LearningNotes

    13,145View on GitHub↗

    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.

    View on GitHub↗13,145
  • frogermcs/instamaterialfrogermcs avatar

    frogermcs/InstaMaterial

    4,941View on GitHub↗

    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.

    Java
    View on GitHub↗4,941
  1. Home
  2. Mobile Development
  3. Activity Stack Configurations