android - Constant sync a Mobile Application with a server -


i starting build mobile application (android , ios) , app need have "pipes" have constant sync server small amount of information (some kind of user settings can changed @ time), end user need settings data server time...

i need understand best way approach this, know can send request server every 1 second don't believe best solution.

i regarding small amount of information (200 characters)...

some kind of real time information ...

any directions welcomed.

this link previous stackoverflow question looks answer question...

you need place polling code in "messaging" method.

https://stackoverflow.com/a/14590774/2208006


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -