Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 514 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 514 Bytes

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