I have a problem, I have an android project that I need to receive a notification on my phone whenever there is a new client in the database (in the background too!). but the problem is that I can not find a way to tell when there is a change in the database!
I'm using an external MYSQL database and pulling the information via json directly into a listview (if you want to put the code here.)
Would anyone have an idea how I can be notified on my phone when there is a new client in the database?