I want to get a notification in Android when my (SQL Server database) updated; there is any way in Android to do this?
C# provide (SQLDependency) service to do this. So, I want same this service in Android->Java.
After the search for solutions, I had seen the below links, but not useful for me.
1- How do I listen for SQL Server database changes
2- Getting data from SqlDependency
3- Get notified when database change Android
Thanks in advance...