3

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.

Mat
  • 202,337
  • 40
  • 393
  • 406
Q8Y
  • 3,801
  • 12
  • 39
  • 38

1 Answers1

2

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

Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115