Deezer Clone application, Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel,Navigation LiveData) based on MVVM architecture. Also fetching data from the network and integrating local data in the database via repository pattern.
Click and go to releases page Releases to download the latest APK.
- Kotlin , Coroutines , Flow
- Dagger-Hilt
- Kotlin-DSL
- JetPack
- LiveData
- Lifecycle
- ViewModel
- Room
- Navigation
- Data Binding
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Repository pattern
- Retrofit2 & OkHttp3
- Gson
- Timber
- Material-Components
- Coil
- ShimmerLayout
- Detekt
- Test
DeezerClone is based on MVVM architecture and a repository pattern.
A static code analysis tool for the Kotlin programming language. It operates on the abstract syntax tree provided by the Kotlin compiler. You can check the code by running the this command.
./gradlew detektDeezer
Used Deezer API. Deezer API provides a RESTful API. Link
- Media player will be created using Exoplayer.
- Favorites page will be created.
- Application will be testing and is out new release.
- Base repository will created.
- UI test will be writed.
- Will be migrate to MVVM to MVI
- Will be migrate to Jetpack Compose
The Apache License 2.0 - see LICENSE
for more details