Possible Duplicate:
Android HttpClient and HTTPS
I want to write app on Android which will be exchange XML files with HTTP server. I want to use HTTPS and SSL to secure this connection but I’m really rookie with securing things. I was looking for some tutorial on the internet but all I found was confusing. Can someone explain me how can I use HTTPS and SSL to exchange files with HTTP server. Maybe you know some tutorial or book which describe this?
There is plenty of links on internet. Look for Apache HttpClient and HTTPS and file transfer.
For example:
Android HttpClient and HTTPS