Skip to content

eveey/Music

Repository files navigation

Music

Spotify Music rebels

Sample Android app in Kotlin for searching artists on Spotify.

Building the app

Important note: to use the services you need to register on Spotify Developer Console in order to obtain client secrets and add them to the project local.properties file:

clientID="<your_client_id>"

scheme="<your_scheme>"

host="<your_host>"

Authentication

  • Using Spotify Android SDK for authentication and artist search. For using the app you need to login or sign up for a Spotify account.

Architecture

Dependency management

Network

Unit tests

Other

Image loading

  • Glide - An image loading and caching library for Android focused on smooth scrolling

Logging

Code quality

  • Ktlint - An anti-bikeshedding Kotlin linter with built-in formatter
  • Detekt - Static code analysis for Kotlin

Roadmap:

Wunderlist:

Disclaimer:

PERSONAL PROJECT - NOT INTENDED FOR COMMERCIAL USE

About

MVVM, Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages