| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Kotlin + Jetpack Compose app using Mapbox Navigation SDK v2's drop-in NavigationView, mirroring the ios-navigation tutorial's destination list -> route calculation -> full-screen turn-by-turn guidance flow. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Matches the convention used by the other Android tutorials in this repo: readers create app/src/main/res/values/mapbox_access_token.xml locally (already gitignored repo-wide) instead of going through local.properties + a Gradle resValue. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
Adds the source for the android-navigation tutorial — a Kotlin + Jetpack Compose app
using Mapbox Navigation SDK v2's drop-in NavigationView, mirroring the ios-navigation
tutorial's flow: pick a destination from a list → calculate a route → present full-screen,
voice-guided turn-by-turn navigation.
Note: Navigation SDK v3 for Android does not yet ship a drop-in turn-by-turn UI (confirmed
against both Mapbox's v3 migration guide and the actual SDK artifacts), so this tutorial
uses the stable v2 ui-dropin-ndk27 package instead, matching the level of integration
effort the iOS tutorial has with NavigationViewController.
Test plan
To test locally
Reviewers will need their own Mapbox tokens: