Leo
Leo
Is MapBox the only third-party map library that currently supports Android Auto? https://docs.mapbox.com/android/navigation/guides/advanced/android-auto/ https://github.com/mapbox/mapbox-navigation-android-examples
@Kritarie @evant @Jawnnypoo https://github.com/willowtreeapps/Hyperion-Android/issues/183#issue-497500561 ↑ I got the same warning. ``` Android Studio: 3.5.1 Grade : 3.4.1 R8 compiler_version: 1.4.94 ```
@Kritarie @evant @Jawnnypoo the warning log did not disappear even when the proguard was set ↓. ``` -keep class * implements com.willowtreeapps.hyperion.plugin.v1.Plugin { *; } -keep class * implements com.willowtreeapps.hyperion.plugin.v1.PluginModule...
@jinatonic Thanks for providing the best animation library!
@conceptdev @davidbritch I'm a Japanese engineer interested in xamarin / maui. Thanks.
@rtsketo not grant write access.
@rtsketo not grant write access.
It is `client.close();` with `_withClient`. If you request continuously, `client.close();` will be repeated, so in that case Should I use a Client object and close it as soon as I'm...
Memo ``` kotlin 1.4.20: Deprecation of Kotlin Android Extensions ``` https://blog.jetbrains.com/kotlin/2020/11/kotlin-1-4-20-released/ migration https://developer.android.com/topic/libraries/view-binding/migration
@sidk47 How about creating the latest Android Studio template project (Empty Activity) and merging the code under src and res? Below is the pull request you are working on. https://github.com/pdeitel/AndroidForProgrammers3e/pull/2