[android-developers] Re: How to optimize HTTPClient.execute(....) call?

2011-05-18 Thread singalashok
. What do you think? It might be possible that the Server takes time to process the XML request and prepare the response? Do you have any suggestions for me? Please advice. Thanks. Ashok On May 17, 11:04 am, singalashok singalas...@gmail.com wrote: Thank you Guys. I really appreciate your quick

[android-developers] Re: How to optimize HTTPClient.execute(....) call?

2011-05-18 Thread singalashok
:48, singalashok singalas...@gmail.com wrote: Hi Guys, I am able to post data on the server using HTTPUrlConnection but found that it takes almost the same time when i used HTTPClient Class. Thing is i am not sending large quantity of data. Its few 100 characters and i think it doesnt

[android-developers] How to optimize HTTPClient.execute(....) call?

2011-05-17 Thread singalashok
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

[android-developers] Re: How to optimize HTTPClient.execute(....) call?

2011-05-17 Thread singalashok
and related caching headers. Send less data (up or down). Use GZip compression (up and down). In other words, start with the techniques that have been used for the past 10-15 years. On Tue, May 17, 2011 at 1:50 PM, singalashok singalas...@gmail.com wrote: Hi Friends, My android app

[android-developers] Streaming Video in Android SDK not working?

2010-05-27 Thread singalashok
Hi Friends, I am new to playing videos in Android Emulator? First of all, is it possible to stream and play live video in Android Emulator? I am using SDK 1.6. If yes, could you please help in fixing the following error? I am using the following code to stream a video file from a server, but i