Wrap the call in a Runnable that you hand off to another Thread. Or any of dozens of other ways of executing async.
On Aug 19, 3:44 pm, Atik <[email protected]> wrote: > Hi Kumar, > > Thanks for the useful answer but can you please more elaborate on it. > how we can make it asychronous??? > > Thanks in advance... > Atik > > On Aug 19, 10:06 am, Kumar Bibek <[email protected]> wrote: > > > > > > > > > By itself it is a synchronous call. You will have to make it asychronous. > > > *Thanks and Regards, > > Kumar Bibek* > > *http://techdroid.kbeanie.comhttp://www.kbeanie.com* > > > On Fri, Aug 19, 2011 at 10:35 AM, Atik <[email protected]> wrote: > > > 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 > > > internet also, but unable to find the satisfactory answer. > > > > Thanks > > > Atik > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

