Search code examples
androiddatabasesqlitesqlitemanager

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'(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.


Solution

  • you can do it by preparing database file(.sqlite) from Sqlite Manager(firefox extention) and then use it in android see example