Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it necessary to install SQLite or it is pre installed in ANDROID?

Tags:

android

Hello Everyone I'm really new bee in android and for that I'm confused to play with database. Let me come to the point, Actual I'm trying to save my form detail in database, but here I dnt know will I have to install database for that or it is installed while installing android SDK... Please HELP Thanks a lot.

like image 575
Jai Android Avatar asked Oct 12 '22 05:10

Jai Android


1 Answers

It is pre-installed - you can directly use it from your tools. THere is a way to store a pre-populated db in the assets/ folder that can then be copied over.

See also http://developer.android.com/guide/topics/data/data-storage.html#db

like image 122
Heiko Rupp Avatar answered Jan 25 '23 11:01

Heiko Rupp