An android application inspired from Spotify
- Kotlin, Coroutines + Flow for asynchronous
- Material design 2
- Clean Architecture
- Gradle
- Kotlin KTS
- Version catalog
- Retrofit & OkHttp3
- Sandwich
- Moshi
- Glide
- Timber
- Epoxy
- Create a Spotify account and log into the Spotify Developer.
- Create an app and get
Client ID
andClient Secret
. - Put your
Client ID
andClient Secret
to thelocal.properties
file.
SPOTIFY_CLIENT_ID=[Client ID]
SPOTIFY_CLIENT_SECRET=[Client Secret]