Skip to content

An application using the Android SDK that connects to the iTunes connect API to retrieve songs for a search term.

Notifications You must be signed in to change notification settings

JatinThakur2/iTune

Repository files navigation

iTune

An application using the Android SDK that connects to the iTunes connect API to retrieve songs for a search term.

This application have the following things:
  • A search box that allows the user to search for an artist. This term is passed to the iTunes API in place of the #searchTerm parameter.
  • A grid that shows the results
  • It use Android Architecture components including: Room to store data locally, View models (MVVM Architecture) and Retrofit for networking.
  • The room database is used for querying records incase there is no network connectivity.
  • The application is be built using Kotlin, MVVM, Retrofit and Android Architecture Components. Screenshot

About

An application using the Android SDK that connects to the iTunes connect API to retrieve songs for a search term.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages