Android Open Source - Development json RestClientAndroid






Project Summary

Ejemplo en Android para acceder a un server por un JSON y parsearlo y mostrarlo listado.

Web Site / Source Repository

RestClientAndroid is hosted in the following web site
https://github.com/alejocram/RestClientAndroid

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

ItemValue
Java File Count6
Target SDK Version17
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

RestClientAndroid has the following Java source files.

co.com.ideaslab.example.rest.controllers.AddContactActivity.java
co.com.ideaslab.example.rest.controllers.MainActivity.java
co.com.ideaslab.example.rest.model.Contact.java
co.com.ideaslab.example.rest.services.ContactService.java
co.com.ideaslab.example.rest.services.rest.ContactServiceImpl.java
co.com.ideaslab.example.rest.services.rest.RestClient.java