/CasptoneProject

Music App built using RxJava2, Retrofit2, Dagger2 and clean architecture. The last project in Udacity’s Android Nanodegree. .

Primary LanguageJavaApache License 2.0Apache-2.0

CasptoneProject

Melophile is a simple music app which uses SoundCloud API. It allows you listen to the right music, wherever you are. With Melophile, you have access to a world of music. Want to discover new music? Choose a ready-made playlist that suits your mood or search for it. Also you can follow/unfollow others, like/unlike a song and browse your own listening history.

How to use?

  • clone repository using git clone https://github.com/vpaliy/Capstone-Project.git
  • obtain a client_id, client_secret key by registering here.
  • insert your client_id, and client_secret into the Config class.
  • run ./gradlew installRelease or gradlew installRelease(windows)

Take a look

License

Apache License

Copyright (c) 2017 Vasyl Paliy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.