Musicompose-V2 icon indicating copy to clipboard operation
Musicompose-V2 copied to clipboard

Music player made with Jetpack Compose

Results 3 Musicompose-V2 issues
Sort by recently updated
recently updated
newest added

when we click on tabs , we'll see some lags for example by clicking on "Artis" tab , you can see that page movement is not smooth. I haven't figured...

in these code in when condition ( SongUtil.kt ) in every mode you've written `songList.add(song)` i didn't understand what's the meaning of when conditions in this code because in every...

We shouldn't inject AppDatastore and Repository in MainActivity AppDatasource has to be injected in Repository layer and Repository itself has to be injected in ViewModel ` @AndroidEntryPoint class MainActivity: LocalizedActivity(),...