vote up 3 vote down star

There are currently push notifications available for iPhones, Palm Pre and Blackberries each provided by their respective manufacturer. However I have heard nothing for andriods (probably because google does not actually sell the phones themselves. Are there any solutions out there at all?

flag

34% accept rate
What data are you looking for push notifications for? – Quintin Robinson Nov 3 at 20:52
Any, just a way for my servers to notify andriod devices of a particular event – erotsppa Nov 3 at 21:03
This has already been asked, stackoverflow.com/questions/1243066 – j pimmel Nov 8 at 17:53

2 Answers

vote up 1 vote down

Android doesn't have the same limitations that the operating systems of the devices from the various other manufacturers listed incur. So it's likely that the data or notifications already exist as an intent and you just need to register for a given intent in your application.

The methodology in your case would be the same as you would use on normal computer systems.
You could have your server broadcast or stream events to a background process you create on the android device.

link|flag
vote up 0 vote down

In all of the looking I've done around, there aren't any services doing this today. The last-mile piece is a little tricky and it presents some interesting issues for both the handset manufacturers (imagine every app firing up their own phone-home daemon) and carriers (that's a lot of back-and-forth when you've got lots of clients keeping connections open).

I'm at a company called Urban Airship and we do push notification services for the iPhone and have gotten a lot of questions about doing this for the Android platform. I'd be curious to know if others would be interested in a service like this? Something that would have an (ideally) open source library coupled with the last-mile cloud infrastructure providing the notifications to the devices and apps themselves?

link|flag
You'd make millions, pretty obvious I think. – erotsppa Nov 5 at 16:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.