Skip to content

eXaLy/My-Music-Android-demo-app

Repository files navigation

My Music

An Android demonstration app to get my music from SoundCloud.

With some random animations.

Dependencies

  • Data binding
  • RxJava
  • Retrofit 2
  • Rebound
  • Gson
  • Picasso
  • Card View
  • Recycler View

How to build

Go to the root folder and run the command:

$ gradlew assemble

You can find the builds (release and debug) in the directory [root]/app/build/outputs/apk.

Improvements to-do list

  • Use Dagger2 for dependency injection (for DataManager for example)
  • Espresso UI tests