Hi all i have developed an application which is fully related to lot of server calls and parsing. i am using httpcommunicator for getting request and response. now my problem is my application is very slow it takes more than 10 sec in each button click in wifi connection.
As i am using httpcommunicator there is no synchronous function to send request and get response directly and parse it. each time i am saving the response in a file and retrieving the response for parsing each time.this makes my application very slow. so what can i do to make my application faster ???? because this is a critical issue for me. ill be helpful if i find any solution for this.. thanks for any replies.

.



