Here's what I want to do: I'm trying to make an Android app that manages a carpool. What I am stuck on is how to have the data about who is riding shared across everyone's phone.
I've seen many topics involving sharing a large amount of data between phones and needing either to setup a server or use the C2DM framework. I'm looking for something simpler. Is there a way to have one phone send a message to the others in the carpool so that only the application will detect it? I don't want to inundate everyone's text message inbox so I want to avoid SMS.