https://github.com/hsm59/droidtunes
Fetches data from iTunes Search API
https://github.com/hsm59/droidtunes
android android-architecture itunes itunes-api java mvp-architecture xml
Last synced: about 2 months ago
JSON representation
Fetches data from iTunes Search API
- Host: GitHub
- URL: https://github.com/hsm59/droidtunes
- Owner: hsm59
- License: apache-2.0
- Created: 2017-06-10T06:45:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T08:20:15.000Z (over 8 years ago)
- Last Synced: 2025-07-12T06:11:47.847Z (11 months ago)
- Topics: android, android-architecture, itunes, itunes-api, java, mvp-architecture, xml
- Language: Java
- Size: 7.23 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# droidTunes
Fetches data from iTunes Search API
## Features
With the app, you can:
* Search for an artist/track
* Get details about the track
* Buy a single track/entire album from iTunes
* Mark a track as favorite
## Built with
* [Butter Knife](http://jakewharton.github.io/butterknife/) - For binding views
* [Picasso](http://square.github.io/picasso/) - For image loading and caching
* [Retrofit](http://square.github.io/retrofit/) - For network calls
* [LeakCanary](https://github.com/square/leakcanary) - For detecting memory leaks
## Architecture
* Provides an example for a basic Model-View-Presenter (MVP) architecture without using any architectural frameworks.
* Act as a reference point for comparing and contrasting with other MVP architectural patterns.
* [Android Architecture](https://github.com/hsm59/android-architecture) - [todo-mvp](https://github.com/googlesamples/android-architecture/tree/todo-mvp/)
## Screenshots - Phone
## Screenshots - Tablet
## License
This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details