How can some service-style (long running) android apps be reachable over network although they do no polling from a server?
The info on Theis Borg's app Android Lost says:
The app does no polling to a server, so there is no extra battery usage.
( https://play.google.com/store/apps/details?id=com.androidlost&hl=en )
I would like to find out how to write such apps.
(For broader audience, I've also posted this question on android.stackexchange.com)