[android-developers] HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Atik
Hi, we have HTTPGet in android so we can communicate with the server to get the response when we send a request. i am using that in XML parsing, so but i want to know whether HTTPGet is a synchronous call or a synchronous call ??? Please help me out with more explanation. i have googled it on

Re: [android-developers] HTTPGet synchronous or asynchronous call???

2011-08-18 Thread Kumar Bibek
By itself it is a synchronous call. You will have to make it asychronous. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Aug 19, 2011 at 10:35 AM, Atik atik0...@gmail.com wrote: Hi, we have HTTPGet in android so we can communicate with the