node.js - Android auto refresh data from server -


tldr: wondering best practice in android following - when new data stored in server side database inform , transfer data android application ?

long story: have server side application based on node.js , mongodb store data in json format. server (node) exposes rest service call when want add new data database. have rest service called android application client when refresh local data button pressed. working charm, want extend android client application, data transferred application comes server. have been looking @ combination of:

but not sure if right way it. know have make changes server side application, not problem.

so not looking exact code how it, advices should use.

http://en.wikipedia.org/wiki/push_technology

http://en.wikipedia.org/wiki/google_cloud_messaging

https://developers.google.com/cloud-messaging/

third 1 actual answer, first ones have details


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -