Ejemplo en Android para acceder a un server por un JSON y parsearlo y mostrarlo listado.
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.
The following table is the detailed list of RestClientAndroid.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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