03.08.2010 14:32, Teo пишет:
If i were to treat all users alike i'd have to write some kind of transition from the old db structure to the new one in the app, and tying all the loose ends would be a pain
Android supports database versioning. http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html See onUpgrade -- Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com -- 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

