M mikenbsl Lurker Mar 20, 2012 #1 How do you send and recieve data to and from android devices? Example: User installs my app and then signs up. Then the user wants to send a request to another user with the same app on thier devices for them to accept. What is the best way to do this.
How do you send and recieve data to and from android devices? Example: User installs my app and then signs up. Then the user wants to send a request to another user with the same app on thier devices for them to accept. What is the best way to do this.
S Shengxin Well-Known Member Mar 20, 2012 #2 One option from Google is Android Cloud to Device Messaging Framework - Google Projects for Android. With "Android Cloud to Device Messaging Framework", you can send messages between two devices of your application through a central server as the mediator. Hope this helps.
One option from Google is Android Cloud to Device Messaging Framework - Google Projects for Android. With "Android Cloud to Device Messaging Framework", you can send messages between two devices of your application through a central server as the mediator. Hope this helps.