Android Question How to service connect to server and check whether there are any new messages?

asales

Expert
Licensed User
Longtime User
Which type of server are you running?

You can call StartServiceAt in Service_Start to schedule your service to run in 24 hours from now each time.

My intention is put a xml file in a site. The app checks if (xml) is up to date and show a notification (once at week).
How I can do this?
Any tip is appreciated.
 
Upvote 0
Top