android - Real time updates for mobile apps -
im working on mobile application , i'm trying incorporate real time updates. i'm trying sense of options available me , community thinks solution. i've been considering consuming api using type of polling technique receive server side updates, feel there better solution. i'm trying figure out solution server can push notifications native mobile app.
thanks guys
you use c2dm (cloud device messaging). instead of polling server every often, method pushes information clients when ready.
for tutorial, see here: http://www.vogella.com/tutorials/androidcloudtodevicemessaging/article.html
Comments
Post a Comment