How can I open a SQLite database in android?
If I created a database using another application not through android runtime, let's say using 'SQLite Manager'开发者_JAVA百科(firefox extention), how can I then use that database (the .Sqlite file that is generated) in my android application?
Since the SQLite is native in the android not an outsider database.
you can do it by preparing database file(.sqlite) from Sqlite Manager(firefox extention) and then use it in android see example
精彩评论