Async HTTP post android
问题 I am using an application where i just need to download a pair of coordinates for google maps from a mysql server. I can do this successfully using php and a normal httpost but my app freezes for a few seconds when i do it. I read that you need to make httppost asycronous in order to avoid that freezing until the server finishes the prossess and sends the results. The point is that i need that results in a json array like the normal httpost. For example if i had this httppost. HttpClient