Android Open Source - Development webservice Simple-Android-Rest-Consumer






Project Summary

A simple application to consume REST webservices from Simple RESTful Example.

Web Site / Source Repository

Simple-Android-Rest-Consumer is hosted in the following web site
https://github.com/bargenson/Simple-Android-Rest-Consumer

If you think the Android project Simple-Android-Rest-Consumer 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 Simple-Android-Rest-Consumer.

ItemValue
Java File Count14
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

Simple-Android-Rest-Consumer has the following Java source files.

com.supinfo.simplerestconsumer.activity.StudentRepositoryActivity.java
com.supinfo.simplerestconsumer.adapter.StudentListAdapter.java
com.supinfo.simplerestconsumer.converter.JsonStudentConverter.java
com.supinfo.simplerestconsumer.converter.JsonStudentListConverter.java
com.supinfo.simplerestconsumer.dao.StudentDao.java
com.supinfo.simplerestconsumer.dialog.AddStudentDialog.java
com.supinfo.simplerestconsumer.model.Student.java
com.supinfo.simplerestconsumer.validator.StudentValidator.java
com.supinfo.simplerestconsumer.validator.ValidationException.java
fr.bargenson.util.rest.HttpRestClient.java
fr.bargenson.util.rest.RestClientException.java
fr.bargenson.util.rest.UnsuccessfulHttpRequestException.java