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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -