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

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -