I am developing an Android app and I would like to encrypt the data sent to my server. I've seen many people saying that the best practices are using SSL and I found that StartSSL is free. My questions are:
Would Android trust my StartSSL certificate?
Do you recommend me StartSSL or should I use another Certificate Authority like RapidSSL or GoDaddy?
Thanks!