Is that possible to make an android app await for incoming requests. Maybe my terminology is bad, but I need something like a server on android. Instead of sending requests to the server on and on to check if a status on the server changed, I want the server to send this information directly to my android app. I heard it’s possible, but couldn’t google it, maybe I used bad phrases…
Any help appreciated
A Google advised way to do it is use Google Cloud Messaging for Android:
Try to look to Push / Pull notification.
Related SO thread