Hi Friends, My android app is trying to POST some XML data to the server using the following statement:
response = client.execute(uriReq); I have only set the timeout parameters of the client and entity, content-type parameters of the Uri request. Problem is that when the above statement is run, it takes from seconds to minutes depending upon the network coverage. My question: is there a way i can reduce the time it takes to execute this statement? Because this will drastically increase the performance of my application. Please advice. Thanks in advance for taking time to read this post and respond. BR, Ashok -- 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

