{"id":13608024,"url":"https://github.com/adrielcafe/voyager","last_synced_at":"2025-05-13T19:07:00.161Z","repository":{"id":37879770,"uuid":"387613592","full_name":"adrielcafe/voyager","owner":"adrielcafe","description":"🛸 A pragmatic navigation library for Jetpack Compose","archived":false,"fork":false,"pushed_at":"2025-03-16T19:44:34.000Z","size":21204,"stargazers_count":2807,"open_issues_count":179,"forks_count":151,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-28T00:57:43.846Z","etag":null,"topics":["android","android-compose","android-library","android-navigation","bottom-sheet","bottomsheet","compose","deep-links","deeplink","jetpack-compose","kotlin","kotlin-android","navigation","navigator","router","stack","tab-navigation","transition-animation","transitions"],"latest_commit_sha":null,"homepage":"https://voyager.adriel.cafe","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrielcafe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"adrielcafe"}},"created_at":"2021-07-19T22:57:56.000Z","updated_at":"2025-04-27T14:32:24.000Z","dependencies_parsed_at":"2023-10-16T10:40:46.623Z","dependency_job_id":"ed9a0ea6-b30f-4858-8360-1b6c5fcd4405","html_url":"https://github.com/adrielcafe/voyager","commit_stats":{"total_commits":228,"total_committers":29,"mean_commits":7.862068965517241,"dds":0.5789473684210527,"last_synced_commit":"0a07534a5bf1998a887c000a9c1609e2ff1934b1"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrielcafe%2Fvoyager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrielcafe%2Fvoyager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrielcafe%2Fvoyager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrielcafe%2Fvoyager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrielcafe","download_url":"https://codeload.github.com/adrielcafe/voyager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010810,"owners_count":21998993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-compose","android-library","android-navigation","bottom-sheet","bottomsheet","compose","deep-links","deeplink","jetpack-compose","kotlin","kotlin-android","navigation","navigator","router","stack","tab-navigation","transition-animation","transitions"],"created_at":"2024-08-01T19:01:23.629Z","updated_at":"2025-05-13T19:07:00.122Z","avatar_url":"https://github.com/adrielcafe.png","language":"Kotlin","funding_links":["https://ko-fi.com/adrielcafe"],"categories":["Multiplatform","Libraries","Articles","Kotlin"],"sub_categories":["Android samples","🍎 Compose UI","Navigation"],"readme":"[![Maven metadata URL](https://img.shields.io/maven-metadata/v?color=blue\u0026metadataUrl=https://s01.oss.sonatype.org/service/local/repo_groups/public/content/cafe/adriel/voyager/voyager-core/maven-metadata.xml\u0026style=for-the-badge)](https://repo.maven.apache.org/maven2/cafe/adriel/voyager/)\n[![Android API](https://img.shields.io/badge/api-21%2B-brightgreen.svg?style=for-the-badge)](https://android-arsenal.com/api?level=21)\n[![kotlin](https://img.shields.io/github/languages/top/adrielcafe/voyager.svg?style=for-the-badge\u0026color=blueviolet)](https://kotlinlang.org/)\n[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg?style=for-the-badge)](https://ktlint.github.io/)\n[![License MIT](https://img.shields.io/github/license/adrielcafe/voyager.svg?style=for-the-badge\u0026color=orange)](LICENSE.md)\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg height=\"150\" src=\"https://user-images.githubusercontent.com/2512298/127723355-f56b3040-47cb-44fd-8504-a1868721c1a3.png\"/\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://voyager.adriel.cafe\"\u003eVoyager\u003c/a\u003e: Compose on Warp Speed\n\u003c/h1\u003e\n\nA multiplatform navigation library built for, and seamlessly integrated with, [Jetpack Compose](https://developer.android.com/jetpack/compose).\n\nCreate scalable Single-Activity apps powered by a [pragmatic API](https://voyager.adriel.cafe/navigation):\n\n```kotlin\nclass HomeScreenModel : ScreenModel {\n    // ...\n}\n\nclass HomeScreen : Screen {\n\n    @Composable\n    override fun Content() {\n        val screenModel = rememberScreenModel\u003cHomeScreenModel\u003e()\n        // ...\n    }\n}\n\nclass SingleActivity : ComponentActivity() {\n\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n\n        setContent {\n            Navigator(HomeScreen())\n        }\n    }\n}\n```\n\nTurn on the Warp Drive and enjoy the voyage 🖖\n\n### Documentation\nSee the [project website](https://voyager.adriel.cafe) for documentation and APIs.\n\n### Features\n- [Supported platforms](https://voyager.adriel.cafe/setup#platform-compatibility): Android, iOS, Desktop, Web.\n- [Linear navigation](https://voyager.adriel.cafe/navigation)\n- [BottomSheet navigation](https://voyager.adriel.cafe/navigation/bottomsheet-navigation)\n- [Tab navigation](https://voyager.adriel.cafe/navigation/tab-navigation) like [Youtube app](https://play.google.com/store/apps/details?id=com.google.android.youtube)\n- [Nested navigation](https://voyager.adriel.cafe/navigation/nested-navigation) (multiple stacks, parent navigation)\n- [ScreenModel](https://voyager.adriel.cafe/screenmodel) (a.k.a ViewModel) integrated with [Koin](https://voyager.adriel.cafe/screenmodel/koin-integration), [Kodein](https://voyager.adriel.cafe/screenmodel/kodein-integration), [Hilt](https://voyager.adriel.cafe/screenmodel/hilt-integration), [Coroutines](https://voyager.adriel.cafe/screenmodel/coroutines-integration), [RxJava](https://voyager.adriel.cafe/screenmodel/rxjava-integration), [LiveData](https://voyager.adriel.cafe/screenmodel/livedata-integration)\n- [Android ViewModel](https://voyager.adriel.cafe/android-viewmodel) integration (with [Hilt support](https://voyager.adriel.cafe/android-viewmodel/hilt-integration))\n- Type-safe [multi-module navigation](https://voyager.adriel.cafe/navigation/multi-module-navigation)\n- State-aware [Stack API](https://voyager.adriel.cafe/stack-api)\n- Built-in [transitions](https://voyager.adriel.cafe/transitions)\n- [State restoration](https://voyager.adriel.cafe/state-restoration) after Activity recreation\n- [Lifecycle](https://voyager.adriel.cafe/lifecycle) callbacks\n- [Back press](https://voyager.adriel.cafe/back-press) handling\n- [Deep linking](https://voyager.adriel.cafe/deep-links) support\n\n### Samples\n| [Stack API](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/stateStack) | [Android ViewModel](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/androidViewModel) | [ScreenModel](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/screenModel) | [Basic nav.](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/basicNavigation) |\n|----------|----------|----------|----------|\n| ![navigation-stack](https://user-images.githubusercontent.com/2512298/126323192-9b6349fe-7b96-4acf-b62e-c75165d909e1.gif) | ![navigation-android-viewmodel](https://user-images.githubusercontent.com/2512298/130377801-c350b4f5-bcca-4d28-9403-0d9d4c1e99f7.gif) | ![navigation-screenmodel](https://user-images.githubusercontent.com/2512298/131770829-fa85cb19-cc76-4fbf-9bdc-165997d5349d.gif) | ![navigation-basic](https://user-images.githubusercontent.com/2512298/126323165-47760eec-2ba2-48ee-8e3a-841d50098d33.gif) |\n\n| [BottomSheet nav.](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/bottomSheetNavigation) | [Tab nav.](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/tabNavigation) | [Multi-module nav.](https://github.com/adrielcafe/voyager/tree/main/samples/multi-module) | [Nested nav.](https://github.com/adrielcafe/voyager/tree/main/samples/android/src/main/java/cafe/adriel/voyager/sample/nestedNavigation) |\n|----------|----------|----------|----------|\n| ![navigation-bottom-sheet](https://user-images.githubusercontent.com/2512298/131191122-18025192-ce4d-4659-9afa-aacfdb488796.gif) | ![navigation-tab](https://user-images.githubusercontent.com/2512298/126323588-2f970953-0adb-47f8-b2fb-91c5854656bd.gif) | ![navigation-multi-module](https://user-images.githubusercontent.com/2512298/130662717-c15caf88-350e-42a0-837c-3453805b68f2.gif) | ![navigation-nested](https://user-images.githubusercontent.com/2512298/126323027-a2633aef-9402-4df8-9384-45935d7986cf.gif) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrielcafe%2Fvoyager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrielcafe%2Fvoyager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrielcafe%2Fvoyager/lists"}