1
vote
0answers
39 views

suggestion to improve http get and post code

Hi all I had developed an application in which I hit several urls and show data on mobile. But problem is that it requires more time. If I check same url on Firebug tool I got response in 2-3 seconds, ...
3
votes
0answers
31 views

Safely accepting a known SSL certificate with a different host name Android

My app communicates with a server over an internal network through https. The SSL certificate on this server is listed for the host as its external host name. I want to accept this certificate, but I ...