Musicompose-V2
Musicompose-V2 copied to clipboard
Music player made with Jetpack Compose
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(),...