This is not a typical question to a certain coding problem its a more like a design/implementation problem and i would like to hear some suggestions from someone that has done this before or someone that can point me to a topic that has a wider discussion on the topic.Here we go:I have made an application that uses a SQLite database, that is currently stored in the assets folder.Since the database will be updated frequently (once a week), i would need some suggestion how to make an optimal system for updating the database for end users.
- When the user downloads the app from the market, they receive the most up to date DB.