Hi folks,
My app shows a map and populates graphic overlays from my local database. It is a data collector app and over time there can be a lot of data. Today, I populate it from the main thread and so this means it can take a while to load.
Should I move the work to a background thread, or would you recommend something like dynamically creating a geodatabase so the framework can manage everything?
Thanks!