[android-developers] Re: Application to Application (remote) communication

2010-11-12 Thread Hal
You may want to look at the Messaging Design Pattern (MDP) pattern and associated framework while putting together your application: - Messaging Design Pattern (MDP) and pattern implementation - Published in the 17th conference on Pattern Languages of Programs (PLoP 2010).

[android-developers] Re: Application to Application (remote) communication

2010-11-12 Thread Bret Foreman
I wrote an app once that encoded messages into ASCII text that could be sent via SMS messaging. We used it for displaying a real-time price ticker for gold traders. This was before anything like that was available on the internet. Your receiving end can subscribe to SMS messages and look for a

[android-developers] Re: Application to Application (remote) communication

2010-11-11 Thread Bill
Hi Mark: Thanks. I suspected it would have to go heavy on the internet/web side of things. Appreciate your help insight! Thanks, Bill On Nov 9, 3:05 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Nov 8, 2010 at 5:58 PM, Bill wewin...@gmail.com wrote: I want to create