开发者

how to connect sqlite to an android application?

I am trying to connect my android application to sqlite, i dont knw how to configure SD card in emulator 开发者_Go百科to have a database... can anyone help me please?


You don't need to configure an SD card in the emulator to create and use a sqlite database. You can create an SQLiteOpenHelper class that will do all the work of creating, opening, upgrading and other tasks on the database.

You can follow the tutorial on this link to understand the entire process. The blog has really explained the entire thing in a very simple manner and plus, also gives you the entire tutorial project as a download too.

Android Sqlite Database tutorial

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜