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?