Skip to content Skip to sidebar Skip to footer

Handling Http Get/ Delete Android Using Rest

I m implementing a REST based HTTP server in Android. The server responds for GET, DELETE and POST requests. Two android devices communicate using HTTP Post (I m using a service, w

Solution 1:

The link http://www.integratingstuff.com/2011/10/24/adding-a-webserver-to-an-android-app/ has a very good example. I missed conn.close() in my code.


Post a Comment for "Handling Http Get/ Delete Android Using Rest"