[android-developers] encrypt GPRS in Android?

2011-06-10 Thread raman singa
I'm going to develop an android application that get some private details of the of the users from facebook through GPRS. I need to encrypt that connection. I need to know how to do this from the beginning. I found this

Re: [android-developers] encrypt GPRS in Android?

2011-06-10 Thread Marcin Orlowski
First, it would help to understand how things works, as you do not need to encrypt the connection. All you need to encrypt is your data transmission. And it is completely irrelevant if you use GPRS or WiFi. You should not even bother it at all. You most likely need to go with SSL. Regards, Marcin