Android Question Periodical synchronisation of data as a background task

Wosl

Member
Dear folks,

I need some guidance on a specific topic:

My app requires a local SQLite data base which is copied right after booting from a data base on a NAS located in my local network.

While running the app new data entries on the NAS occur (every 3 minutes) which need to be syncronized with the local data base periodically.

My question:
What is the appropriate B4A method for a periodical synchronisation of data as a background task? E.g. install and use a Service?

Any hint or guidance is appreciated.

Wosl
 
Top