Modo
by Konstantin Tskhovrebov
Navigation library for Jetpack Compose with a simple API and multistack support.
View on GitHubDocumentation
Modo - State-Based Jetpack Compose Navigation
Modo is a simple and convenient state-based navigation library for Jetpack Compose.
https://github.com/ikarenkov/Modo/assets/17216532/e2977736-bdda-44a9-83f3-379731ddfecc
Project Website
Check out our website to get the most up-to-date information about the library:
Navigation is a Graph
Each integration of Modo is a
rooted tree (wiki) that can be displayed as follows:

- Each node is a
ScreenorContainerScreen. - Leaf nodes are
Screens. - Inner nodes are
ContainerScreens. They can contain otherScreens orContainerScreens in their.
navigationState - The root node is a
RootScreen. You can have multiple roots in your app.
See How to integrate Modo for details.
State Defines UI
NavigationStatedefines the UI:- The initial state is defined in the constructor of
ContainerScreenbynavModel: NavModel<State, Action>. - To update the state, use
dispatch(action: Action)onNavigationContainer, or use the built-in extension functions
for StackScreen
and MultiScreen.
- The initial state is defined in the constructor of
- There are
ScreenandContainerScreen:ContainerScreencan contain and render child screens.- There are some built-in implementations of
ContainerScreenlikeStackScreenandMultiScreen.
- You can easily create custom
Actionby extendingActionorReducerAction.
License
MIT License
Copyright (c) Konstantin Tskhovrebov (@terrakok)
and Karenkov Igor (@KarenkovID)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Similar Libraries
Compose Backstack
Simple composable for rendering transitions between back stacks.
LibraryNavigation
Compose Router
Routing functionality for Jetpack Compose with back stack
LibraryNavigation
Compose Shared Element
Experiment with SharedElement transition in Jetpack Compose, inspired by Flutter Hero widget.
NavigationAnimation
Voyager
🛸 A pragmatic navigation library for Jetpack Compose
LibraryNavigation
Browse by Category

Be the first to discover new Compose libraries
Curated Insights
Digest in 5 minutes or less
Android Analysis
Entertaining takes on happenings
Insider Tips
From top Android developers
Hidden Gems
You won't find elsewhere
"
"I enjoy getting Dispatch in my inbox. The content is light, fun, and still useful. I especially appreciate the small tips that are in each issue."
— Annyce Davis
ex-Vice President of Engineering @ Meetup | GDE for Android
Join thousands of Android devs who look forward to Dispatch every week
© 2026 All Rights Reserved | Made by Vinay Gaba
