On Mon, Nov 8, 2010 at 5:58 PM, Bill <[email protected]> wrote:
> I want to create an application that can be interactive with another
> Android device that could be across the room or across the country.
> For example, imagine playing Tic-Tac-Toe; but I'm the X's on my phone
> and the O's are my brother on his Android phone.  I think it can be
> done via application specific messaging.  Looking to see if it is
> possible, and, if so, how to send a message from one application to
> another on another device.

There is nothing built into Android for this. However, you have full
access to the Internet, and so you can do whatever you want: XMPP, Web
services, queues like Amazon SQS, etc.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to