Files
AndroidJetpack/voyager/docs/community-projects.md
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

37 lines
2.9 KiB
Markdown

# Community Projects Catalog
## Open source libraries with Voyager extensions
- [Kotlin Routing](https://github.com/programadorthi/kotlin-routing): An extensible and multiplatform routing system powered by Ktor
- [Rinku](https://github.com/theolm/Rinku): Deep Link Handling for Kotlin Multiplatform
## Open source projects using Voyager
- [ClimateTraceKMP](https://github.com/joreilly/ClimateTraceKMP): Kotlin/Compose Multiplatform project to show climate related emission data from https://climatetrace.org/data.
- [Suwayomi-JUI](https://github.com/Suwayomi/Suwayomi-JUI): A free and open source manga reader to read manga from a Suwayomi-Server instance.
- [TimePlanner](https://github.com/v1tzor/TimePlanner): Mobile app for planning tasks for the day with multimodule architecture, MVI, Compose, Room, Voyager, AlarmManager, Notification, Charts
- [KMP-News-App](https://github.com/momintahir/KMP-News-App): This application demonstrates modern Android development with Koin, Ktor, Coroutines, Flows, SQLDelight, Voyager based on Clean Architecture.
- [NationExplorer](https://github.com/Pablit0x/NationExplorer): Compose Multiplatform App for both Android and iOS designed for discovering and learning more about countries
- [KodeRunner](https://github.com/Abhay-cloud/KodeRunner-Multiplatform): Compose Your Code, Anywhere, Anytime. Built using Kotlin Multiplatform & Compose Multiplatform 🚀
- [Cookit Recipes App](https://github.com/JunydDEV/kmp-recipes-mobile-app): Recipes app for iOS and Android, built with compose multiplatform technology
## Talks and Tutorials
### Talks
- [Painless, Typesafe Jetpack Compose Navigation with Voyager](https://www.droidcon.com/2022/08/02/painless-typesafe-jetpack-compose-navigation-with-voyager/) -> [Source code](https://github.com/kihaki/droidcon_2022_voyager/tree/main)
- [The Missing Library of the Compose Multiverse | Talking Kotlin #130](https://talkingkotlin.com/navigating-the-compose-multiverse-lyricist-and-voyager/)
## Tutorials
- [Voyager: Navigation Solution for Compose Multiplatform - iOS and Android | Complete Guide](https://youtu.be/7Xv38k4cCMc)
- [Meet Voyager: A Kotlin Compose Multiplatform Navigation Solution](https://youtu.be/Aww-h7ygo2k)
- [Navigation with Voyager In Jetpack Compose](https://youtu.be/HdXpTXHUTu0)
- PT-BR [Compose Multiplatform - Como Fazer a Navegação entre Telas com a Biblioteca Voyager](https://youtu.be/wiUxyD_7fJU)
## Community snippets/extensions
- [iOS SwipeBack](https://github.com/adrielcafe/voyager/issues/144#issuecomment-2085255838)
- [Predictive Back](https://github.com/adrielcafe/voyager/issues/223#issuecomment-2023240129) or [with iOS SwipeBack also](https://github.com/adrielcafe/voyager/issues/144#issuecomment-1961372747)
- [Result passing between screens](https://github.com/adrielcafe/voyager/pull/128#issuecomment-1763034415), follow the comments for more details.
- [Handle Activity onNewIntent](https://github.com/adrielcafe/voyager/issues/149#issuecomment-1557515694)