Guia Navigation
Github
  • Overview
  • Setup
  • Using Guia
    • 📔Express Lore
      • Quick Start
    • 📖The Lore
      • Navigation Key
      • Navigation Node
        • Screen
        • Bottom Sheet
        • Dialog
      • Navigator
        • Navigation Operations
        • Navigator Instance
        • Back Handling
      • Navigator Config
        • Dynamic Navigation Node
        • Transitions
      • Containers
      • NavHost
        • Back Handling
      • Multi module navigation
        • NavHost Multi module
      • Deep Linking / Global Navigation
      • Results
      • Lifecycle, ViewModel, Saved State
      • UI Tests
  • 🤖Advanced
    • Custom LifecycleManager
Powered by GitBook
On this page
  1. Advanced

Custom LifecycleManager

PreviousUI Tests

Last updated 2 years ago

In this section we will see how we can use the LifecycleManager API to create custom containers for our backstack for different use cases. In this doc we will see two examples

  • ViewPager

  • Card Stack

You can find both examples in the

🤖
Sample app's custom feature.
ViewPager and Card Stacks using custom navigation containers and lifecycle management