MusicApplication

Android Music Search Application

This music search application is based on a public Apple and wiki API.

Search Screen: Allows customer to enter a term to search on.

Album list screen: Calls the apple API and display all the returned track names, artist name, album name, and image of album in a customer cell on a table,

Lyrics screen : Calls the wiki API and displays selected track lyrics along with image and previously retrieved details.

Public APIs

https://itunes.apple.com/search?term=tom

http://lyrics.wikia.com/api.php?artist=Tom+Waits&song=time&fmt=json

Pre-requisites

Android SDK min version 18

Android SDK target version 22

JDK version 1.7

Android Support Libraries

Build tools version 22.0.1