1
So my question is this::
Assuming I have a list RecycleView
of users in my application, where this list is filled through a request to my WebService
.
I would like my application to be 'checking' when a new user is added to the server and warns me to my application.
Which way should I go?
What exactly should I study? Services? Content Provider? Boradcast Recivers? or something else?
Android Push Notifications using Google Cloud Messaging GCM. See here an example.
– ramaral