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.
Customer Success at Incode Technologies
8yAlex ! 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?