A sample Android RESTful client for the betabeers labs.
labs-bbc-rest-client is hosted in the following web site
https://github.com/47deg/labs-bbc-rest-client
If you think the Android project labs-bbc-rest-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.
The following table is the detailed list of labs-bbc-rest-client.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 11 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
labs-bbc-rest-client has the following Java source files.
com.fortysevendeg.labs.bbc.rest.android.activities.BeerActivity.java com.fortysevendeg.labs.bbc.rest.android.activities.MainActivity.java com.fortysevendeg.labs.bbc.rest.android.adapters.BeersAdapter.java com.fortysevendeg.labs.bbc.rest.android.api.APIService.java com.fortysevendeg.labs.bbc.rest.android.api.BeersBackendAPI.java com.fortysevendeg.labs.bbc.rest.android.api.impl.BeersBackendAPIImpl.java com.fortysevendeg.labs.bbc.rest.android.api.request.BeerRequest.java com.fortysevendeg.labs.bbc.rest.android.api.response.BeerListResponse.java com.fortysevendeg.labs.bbc.rest.android.api.response.BeerResponse.java