Keep my application checking for WebService updates

1

So, my question is this:

Assuming I have a RecycleView list of users in my application, where this list is populated by a request to my WebService .

I would like my application to be 'checked' when a new user is added to the server and warns me of my application.

Which path should I follow?

What exactly should I study? Services? Content Provider? Boradcast Recivers? or something else?

    
asked by anonymous 22.07.2015 / 00:19

1 answer

2

I have a similar case and will resolve it with link

Basically, it is a service that allows you to send messages from the server to the mobile device and from the device to the server.

    
22.07.2015 / 04:25