Android Open Source - Development restful labs-bbc-rest-client






Project Summary

A sample Android RESTful client for the betabeers labs.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of labs-bbc-rest-client.

ItemValue
Java File Count9
Target SDK Version11
Minimum SDK Version8
Activity Count2
Fragment Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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