polling

  1. Kevin Hartin

    Android Question Periodic polling of web server

    I need my app to periodically poll a webserver to get any updates to the web database (mainly new records). I have considered web services, long polling and firebase, but would prefer to simply poll the webserver periodically using HttpJob as I already have these functions working through menu...
Top