Get updates from a server in the background using Pull notification - Android
问题 I want to implement a feature in an android app, which periodically pulls information from a server even when the app is in the background / not running. It should invoke a web service and check for updates at least 3-4 times in a day, and if available pull and show them in the notification bar. When the user clicks on the notification it should open up the app screen. Is that feasible using pull notification technology? Are there any constraints? Can you share some tutorials that will help