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..
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.
The following table is the detailed list of AlbumArtFinderForAndroid.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 17 |
Activity Count | 1 |
jar files used | android-async-http-1.4.4.jar android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
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