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
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
.
- Use Dagger2 for dependency injection (for DataManager for example)
- Espresso UI tests