I'm developing an application for Android TV using Jetpack Compose. Within my application, I want to produce system sounds when navigating through a list or during navigations. For instance, I want a sound to be made when an item is focused or clicked on.
Is there a recommended way to produce any sound? Can I get information about using Android's built-in sound effects and how to integrate these sound effects into Jetpack Compose UI interactions?
Hello,
I'm developing an application for Android TV using Jetpack Compose. Within my application, I want to produce system sounds when navigating through a list or during navigations. For instance, I want a sound to be made when an item is focused or clicked on.
Is there a recommended way to produce any sound? Can I get information about using Android's built-in sound effects and how to integrate these sound effects into Jetpack Compose UI interactions?
Any help is appreciated. Thank you!