Hi there
I wish to create a service which fetches remote data and updates the local db ready for the app running to interrogate.. I also wish to do the reverse at some point too, update the remote database with data from the local db. I want the service to run every 5 minutes, but also want the user to be able to trigger the service to run too..
Is this possible? Also can the service run without the app running? Ideally I would like the service to be independent from the app if possible which is always running? Am I asking too much
Thank you,
Derek.
I wish to create a service which fetches remote data and updates the local db ready for the app running to interrogate.. I also wish to do the reverse at some point too, update the remote database with data from the local db. I want the service to run every 5 minutes, but also want the user to be able to trigger the service to run too..
Is this possible? Also can the service run without the app running? Ideally I would like the service to be independent from the app if possible which is always running? Am I asking too much
Thank you,
Derek.