I want to call http request using get method with passing json parameter to get request call.so what will be the proper way to call http get metho开发者_高级运维d with passing json request.
http://plaincodesource.blogspot.com/2010/10/android-post.html try this. I believe you can set reauest method "GET" and then write your json into output stream.
精彩评论