-4

I wish to use database for my application.How to use the database in android.I use eclipse ide.Is there any requirements need for create database.Give some basic ideas about it.I am android beginner.Help me to know about it.

RMK
  • 25
  • 6
  • You may want to read the documentation for starters: http://developer.android.com/guide/topics/data/data-storage.html http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html – nas Jul 12 '10 at 12:27
  • possible duplicate of [How do I create a database in android?](http://stackoverflow.com/questions/2729438/how-do-i-create-a-database-in-android) – Mike Samuel Nov 09 '11 at 12:32
  • Please see this recent post: http://stackoverflow.com/questions/3227992/how-to-use-database-in-android – Andir Jul 12 '10 at 12:25

2 Answers2

1

Since this question is worded almost exactly like how to use database in android? I would say you created a duplicate question. if not, see that question. If you need more, supply the info you would like to the initial answerers.

Community
  • 1
  • 1
Ryan Conrad
  • 6,870
  • 2
  • 36
  • 36
0

I think you should see Notepad sample project. There are a lot of common android practices there including database stuff.

Alexander Oleynikov
  • 19,190
  • 11
  • 37
  • 51