Android Open Source - App art AlbumArtFinderForAndroid






Project Summary

A really simple application retrieves an MBID from MusicBrainz based on an album name and artist name and then uses it to retrieve album cover art from the CoverArtArchive..

Web Site / Source Repository

AlbumArtFinderForAndroid is hosted in the following web site
https://github.com/rohaanhamid/AlbumArtFinderForAndroid

If you think the Android project AlbumArtFinderForAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AlbumArtFinderForAndroid.

ItemValue
Java File Count5
Target SDK Version18
Minimum SDK Version17
Activity Count1
jar files usedandroid-async-http-1.4.4.jar
android-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

AlbumArtFinderForAndroid has the following Java source files.

com.example.httprequesttest.AsyncGetCoverArtFromCoverArtArchiveTask.java
com.example.httprequesttest.AsyncGetReleaseGroupIDFromMusicBrainzTask.java
com.example.httprequesttest.GetCoverArtFromReleaseIDTask.java
com.example.httprequesttest.GetMusicBrainzReleaseIDTask.java
com.example.httprequesttest.MainActivity.java