-1
I need a class that, from time to time, tries to cross-reference database data and depending on the result send a notification to the user or modify/include database information. I don’t know if this class/structure would be within the scope of the app, packaged in the sdk on the user’s mobile phone or if it’s something external... How do I do this? What is the resource used for this type of activity?
I think the backend better do this task and send the notification
– Eduardo Dornel
Where would you put this class of control? How would it be triggered? N know how to deal with actions that is not the user that fires on android. Since there would be no interface for interaction, n know what is the resource used for this.
– Xandi Vieira