Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I have developed an android which can upload or download data from web sql server by using web service.Now i want that when some new data inserted or deleted or updated in server database then a notification must be send to android for downloading operation.Can anyone tell me how i do this?
Posted
Comments
Rujj 7-Jun-17 1:12am    
hey ... have you got the solution for it ??
I too need to do this in my project.

 
Share this answer
 
Do not do it directly from your SQL...it will add latency time to the SQL execution...
Develop a service that polls the SQL server for changes and uses GCM[^] to send push notification to the relevant Android device...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900