Where is the best place to store the "CREATE TABLE..." statement strings for an app that uses a SQLite database? Most of the examples I have come across include them directly in the source code. Is there a reason why this is preferable to storing them as resources, say as a string array?
Thanks, Jay -- 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

