-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring Mapbox SDK to Android Auto with Java issue #139
Comments
Thank you for the issue @dinhthienkhai! We are definitely supporting Java with the android auto sdk. We will be looking to add a Java only example to this repository soon! That said, we're also optimizing the api for kotlin. With kotlin there is less boilerplate, better null safety, and coroutines improve background tasks and race conditions. The community opinion is, it would be in your best interest to learn some more kotlin for android apps. https://developer.android.com/kotlin/first |
Thanks for your information @kmadsen, |
@dinhthienkhai a little status update here. We're still declaring long term apis for the android auto sdk and we will be verifying their interop with java mapbox/mapbox-navigation-android#6292 |
I also prefer Java over Kotlin. |
Hi guys,
I am a newbie. Currently I want to use Mapbox SDK to develop a navigation app that runs on Android Auto. However, my issue is that I only know how to use Java, but the current tutorials I can find are all using Kotlin. So I hope someone share me how or Example code about integrating MapBox SDK for Android Auto by Java.
I sincerely thank.
The text was updated successfully, but these errors were encountered: