Re: [android-developers] Communication between android app and application on a remote server

2011-07-29 Thread Yue Zeng
Chinese? On 26/07/2011 12:49 PM, work_84 work8...@gmail.com wrote: Hello, I am developing an Android application which has to send/receive data to/from a remote server securely. The Android application has to authenticate the server and the server needs to authenticate the device. The data

[android-developers] Communication between android app and application on a remote server

2011-07-25 Thread work_84
Hello, I am developing an Android application which has to send/receive data to/from a remote server securely. The Android application has to authenticate the server and the server needs to authenticate the device. The data sent/received should also be encrypted. I have implemented similar