开发者

How to connect sqlite3 with Android app

开发者 https://www.devze.com 2023-02-18 03:00 出处:网络
HI. I am new to android application development and I am trying to create an app with sqlite3. For that I created DB through the command prompt. Program 开发者_Go百科runs successfully but did\'nt make

HI. I am new to android application development and I am trying to create an app with sqlite3. For that I created DB through the command prompt. Program 开发者_Go百科runs successfully but did'nt make changes in my DB. I need code snippeet for that. Thanks in advance


Try Notepad Tutorial for primers on DB connection

Link http://developer.android.com/resources/tutorials/notepad/index.html

Here is another link if you want to port the sqldb you created outside android environment to the device. http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

0

精彩评论

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