Background Syncing a Geodatabase on Android

Use case:

You have a large geodatabase that you are syncing with your Android device. While your activity is destroyed, stopped, or paused, this will run to make sure your geodatabase is synced. Since syncing is a long running process, it is good to have the ability to sync in the background as to allow you to perform other operations on your device. Additionally, it is good to have it sync at a set interval so every morning, you do not need to re-sync the device, it is already to go. The sample attached shows exactly how to go about doing this.


Link to sample

Doug Carroll

Customer Success at Incode Technologies

8y

Alex ! Nice summary on background processing and ++ for making the spatial connection with a geodatabase as an example. Can you post a GitHub link to the code?

Like
Reply

To view or add a comment, sign in

Insights from the community

Others also viewed

Explore topics