ZahraHeydari / MusicPlayer

Implemented using Clean Arch, MVVM, LiveData, Room, Koin, Coil, Service, Notification and ExoPlayer
Apache License 2.0
618 stars 88 forks source link

Using wavy sliders? #12

Open mahozad opened 9 months ago

mahozad commented 9 months ago

Hi,

I'm doing a self-promotion here :) Please ignore/close it if you are not interested.

Would you like to use the wavy-slider in your app? I think Android 13 uses this kind of slider for its media controls.

Demo.

Although it's for Jetpack Compose, there are ways to use Composables in Views and vice versa.

ZahraHeydari commented 9 months ago

Hi,

I'm doing a self-promotion here :) Please ignore/close it if you are not interested.

Would you like to use the wavy-slider in your app? I think Android 13 uses this kind of slider for its media controls.

Demo.

Although it's for Jetpack Compose, there are ways to use Composables in Views and vice versa.

Hi,

Interesting! I'm gonna implement this player using Compose soon.

Thanks for suggesting it. I'll use it where needed.