[android-developers] Best way to send data between devices?

2011-10-07 Thread André
I'm wondering if anyone can point me in a good direction to send data from my app on one device to my app in another device the best way? Was thinking about making the app connect to a online database and have it constantly check for updates. Would this be the best way? //André -- You received

Re: [android-developers] Best way to send data between devices?

2011-10-07 Thread shaman virk
make a server , if a device 'A' wants to send data to other device'B', 'A' will send data to server and server will send data to 'B' use Cloud To Device Messaging C2DM technique for push notification from server to 'B' -- You received this message because you are subscribed to the Google Groups