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..
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.
The following table is the detailed list of HTTP-REST-calls-in-Android.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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