Skip to content

Sample Android project demonstrating the implementation of iTunes search API and usage of ExoPLayer to stream audio from response.

License

Notifications You must be signed in to change notification settings

shahrukhamd/iTunes-Search

Repository files navigation

iTunes Search

Sample Android project demonstrating the implementation of iTunes search API and usage of ExoPLayer to stream audio from response.

Dependencies

  • ExoPLayer - An application level media player for Android.
  • RxJava2 - Reactive programming in Android.
  • RxAndroid - Android specific binding for RxJava2.
  • RxJava2 Adapter - An adapter for Retrofit, adapting RxJava 2.x types.
  • Retrofit2 - REST Client for Android and Java.
  • ButterKnife - View injection with annotation processing to remove boilerplate code.
  • Glide - Fast and efficient image loading.
  • Okhttp3 Logging Interceptor - An OkHttp interceptor which logs HTTP request and response data (used with Retrofit).
  • Moshi - To convert Java objects to JSON and back (used with Retrofit).
  • Timber - Logger with a small, extensible API providing utility on top of Android's normal Log class.

License

MIT License

Copyright (c) 2018 Shahrukh Ahmed Siddiqui

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Sample Android project demonstrating the implementation of iTunes search API and usage of ExoPLayer to stream audio from response.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published