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..
https://github.com/rohaanhamid/AlbumArtFinderForAndroid.git
Project Detail
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 |
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
0 Comments: