# SqliteDemo
这里是android上使用Sqlite的一个小demo
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
这个Android小Demo展示了如何在Android应用程序中使用SQLite数据库。SQLite是一个开源的嵌入式关系型数据库,它的体积小、使用简单、跨平台,非常适合应用于移动设备等资源受限的环境中。Android系统从一开始就内置了SQLite数据库,为应用程序提供了方便的数据持久化解决方案。 该Demo的核心是创建一个SQLiteOpenHelper的子类,该类负责创建和升级数据库。在这个子类中,通常需要实现onCreate()和onUpgrade()方法。onCreate()方法在数据库第一次创建时被调用,通常在这里执行创建表的SQL语句。onUpgrade()方法则在数据库版本发生变化时被调用,用于执行数据库升级操作,如修改表结构或者数据迁移等。 除了SQLiteOpenHelper的子类,该Demo还包含一个数据库操作类,用于对数据库进行增删改查等基本操作。这个类通常包含插入、删除、更新和查询等方法,方便开发者使用。其中查询方法可以返回Cursor对象,开发者可以通过遍历Cursor获取查询结果。
资源推荐
资源详情
资源评论
收起资源包目录
SqliteDemo.zip (67个子文件)
SqliteDemo
gradle.properties 728B
gradle
wrapper
gradle-wrapper.jar 53KB
gradle-wrapper.properties 200B
app
src
androidTest
java
com
example
donxing
sqlitetest
ExampleInstrumentedTest.java 744B
test
java
com
example
donxing
sqlitetest
ExampleUnitTest.java 391B
main
java
com
example
donxing
sqlitetest
DatabaseHelper.java 903B
MainActivity.java 4KB
res
mipmap-xxhdpi
ic_launcher_round.png 10KB
ic_launcher.png 6KB
mipmap-hdpi
ic_launcher_round.png 5KB
ic_launcher.png 3KB
drawable-v24
ic_launcher_foreground.xml 2KB
mipmap-anydpi-v26
ic_launcher.xml 272B
ic_launcher_round.xml 272B
mipmap-mdpi
ic_launcher_round.png 3KB
ic_launcher.png 2KB
mipmap-xxxhdpi
ic_launcher_round.png 15KB
ic_launcher.png 9KB
mipmap-xhdpi
ic_launcher_round.png 7KB
ic_launcher.png 4KB
values
colors.xml 208B
strings.xml 850B
styles.xml 708B
layout
activity_content.xml 585B
activity_main.xml 4KB
drawable
ic_launcher_background.xml 5KB
AndroidManifest.xml 788B
proguard-rules.pro 751B
build.gradle 859B
.gitignore 7B
gradlew.bat 2KB
.git
index 5KB
HEAD 23B
refs
heads
master 41B
tags
remotes
origin
HEAD 32B
objects
pack
pack-9720685b83d5131f530769725944d46a3830fe18.idx 3KB
pack-9720685b83d5131f530769725944d46a3830fe18.pack 129KB
info
description 73B
packed-refs 114B
info
exclude 240B
logs
HEAD 179B
refs
heads
master 179B
remotes
origin
HEAD 179B
hooks
post-update.sample 189B
prepare-commit-msg.sample 1KB
commit-msg.sample 896B
pre-receive.sample 544B
update.sample 4KB
pre-commit.sample 2KB
pre-rebase.sample 5KB
applypatch-msg.sample 478B
fsmonitor-watchman.sample 5KB
push-to-checkout.sample 3KB
pre-applypatch.sample 424B
pre-push.sample 1KB
pre-merge-commit.sample 416B
config 332B
build.gradle 546B
.idea
codeStyles
Project.xml 3KB
dbnavigator.xml 22KB
runConfigurations.xml 564B
misc.xml 2KB
gradle.xml 668B
settings.gradle 15B
gradlew 5KB
.gitignore 176B
README.md 61B
共 67 条
- 1
资源评论
进击的代码家
- 粉丝: 2747
- 资源: 204
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功