Android Open Source - Development api Bandcamp-Client






Project Summary

Android Client to Bandcamp.com's API.

Web Site / Source Repository

Bandcamp-Client is hosted in the following web site
https://github.com/mr-robot/Bandcamp-Client

If you think the Android project Bandcamp-Client 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 Bandcamp-Client.

ItemValue
Java File Count21
Supported screen sizes[mdpi, hdpi]
Minimum SDK Version3
Activity Count2
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\album.json
assets\band.json
assets\discography.json
assets\search.json
assets\track.json




Resource Files

There are 2 image files in Bandcamp-Client. The names of the image files are listed as follows.

ic_menu_close_clear_cancel.png
ic_menu_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Bandcamp-Client has the following Java source files.

com.wonderfulrobot.BandCampAPILibraryExample.BandCampAPILibraryExampleActivity.java
com.wonderfulrobot.BandCampAPILibraryExample.Constants.java
com.wonderfulrobot.BandCampAPILibraryExample.SearchSuggestionProvider.java
com.wonderfulrobot.bandcampapi.core.BandcampAPI.java
com.wonderfulrobot.bandcampapi.core.BandcampConstants.java
com.wonderfulrobot.bandcampapi.core.BandcampException.java
com.wonderfulrobot.bandcampapi.core.BandcampService.java
com.wonderfulrobot.bandcampapi.core.BandcampServiceFactory.java
com.wonderfulrobot.bandcampapi.data.Album.java
com.wonderfulrobot.bandcampapi.data.Band.java
com.wonderfulrobot.bandcampapi.data.DataConstants.java
com.wonderfulrobot.bandcampapi.data.DiscographyItem.java
com.wonderfulrobot.bandcampapi.data.GenericElement.java
com.wonderfulrobot.bandcampapi.data.SearchResult.java
com.wonderfulrobot.bandcampapi.data.Track.java
com.wonderfulrobot.bandcampapi.data.impl.AlbumImpl.java
com.wonderfulrobot.bandcampapi.data.impl.TrackImpl.java
com.wonderfulrobot.bandcampapi.json.JSONDeserialiser.java
com.wonderfulrobot.bandcampapi.util.QueryBuilder.java
com.wonderfulrobot.bandcampapi.util.ServiceConfiguration.java
com.wonderfulrobot.bandcampapi.util.Util.java