A simple application to consume REST webservices from Simple RESTful Example.
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.
The following table is the detailed list of Simple-Android-Rest-Consumer.
Item | Value |
---|---|
Java File Count | 14 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
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