1

I want to have a SQLite database for my android application. Anyone knows how to create a database and add information not going through an application class. Is there some user interfaces allow create a SQLite database, add tables, information and later use in the application. thanks.

Sudantha
  • 15,684
  • 43
  • 105
  • 161
sam
  • 11
  • 1
  • 1
    http://developer.android.com/guide/tutorials/notepad/index.html, teaches you all the basic of android app and the guide is using sqlite. – Andreas Wong Nov 28 '10 at 14:08

2 Answers2

0

A lot of good tools are mentioned in answers to another similar question. You can use them to create a new database or edit existing.

Community
  • 1
  • 1
Roman
  • 5,358
  • 9
  • 34
  • 43
0

You could create it with Firefox addon SQLite Manager, and then ship it with your application. Look at this thread.

Community
  • 1
  • 1
Mikpa
  • 1,912
  • 15
  • 20