Hi, My application will use a local database with almost 2MB of data (non-compressed) that will be updated every month, so I'd like to know which is the best approach for an update mechanism. The first option in my opinion is to use a REST service that will generate the data operations (insert, update and delete) to get the database to the latest version, and the second option is to provide a compressed SQLite database that will be downloaded and unzipped to the data folder everytime the app detects an update. Which do you think is the best approach?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

