Android Open Source - Development restful HTTP-REST-calls-in-Android






Project Summary

project performs PUT and DELETE operations in addition. The MainActivity.java is the working example which makes use of the AppEngineClient in Android world. It shows the way to build HTTP headers and places a request call. The request call is processed in the background using AsyncTask mechanism proposed in android..

Web Site / Source Repository

HTTP-REST-calls-in-Android is hosted in the following web site
https://github.com/ashishpinninti/HTTP-REST-calls-in-Android

If you think the Android project HTTP-REST-calls-in-Android 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 HTTP-REST-calls-in-Android.

ItemValue
Java File Count3
Target SDK Version19
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

HTTP-REST-calls-in-Android has the following Java source files.

com.example.httpjson.AppEngineClient.java
com.example.httpjson.MainActivity.java
com.example.httpjson.Response.java