I have a project in mind that is data dependant and uses an SQLite database that has to reside on the device. I would like to check at first-run for a data connection and download a newer database if one is available.
As there are many ways of managing that process I am open to suggestions. Are there any project examples here that demonstrate the most code/device efficient way of doing this ?
As there are many ways of managing that process I am open to suggestions. Are there any project examples here that demonstrate the most code/device efficient way of doing this ?