[android-developers] Notification for a specific Device

2011-06-22 Thread Stefan S
Hi. I'm trying to implement an Application in which you can buy some stuff. I've got in mind that after placing the order, the user gets a notification when his order has passed to a delivery service. Is it possible to push a notification to just his device? If yes. How should this be done? --

Re: [android-developers] Notification for a specific Device

2011-06-22 Thread Mark Murphy
Look at services like C2DM, Urban Airship, and Xtify. Or, send the user an email. Or, send the user an SMS. On Wed, Jun 22, 2011 at 2:35 AM, Stefan S shogu...@gmail.com wrote: Hi. I'm trying to implement an Application in which you can buy some stuff. I've got in mind that after placing the