Is it possible to create application for Android Auto / Android Automotive using Jetpack Compose ? It's about simple app with audio files playing.
I've researched a lot of docs and didn't find any answer.
I need some explanations about that
Is it possible to create application for Android Auto / Android Automotive using Jetpack Compose ? It's about simple app with audio files playing.
I've researched a lot of docs and didn't find any answer.
I need some explanations about that
Copyright © 2021 Jogjafile Inc.
For an audio app, you'll primarily need to create a
MediaBrowserServiceto enable playback and browsing on Android Auto and Android Automotive OS. See Supported categories for more details on the categories that Android Auto and Android Automotive OS support as well as the technologies used to build apps in those categories. For a sample audio media app, see UAMP.