没有合适的资源?快使用搜索试试~ 我知道了~
word源码java-Architecture_template:数据存储和显示模板项目MVVMJetpack-Room/Vie...
共50个文件
xml:20个
png:10个
kt:8个
需积分: 10 0 下载量 66 浏览量
2021-06-05
23:21:44
上传
评论
收藏 148KB ZIP 举报
温馨提示
word源码java Room with a View 介绍 View展示数据,官方推荐的架构组件有LiveData、ViewModel、Rom。如下图 此文档帮你建立一个简单而足够复杂的app,可以作为架构组件的模板。 该app如下功能: 使用数据库存储和获取数据,与填充一些words 在MainActivity的RecyclerView中显示所有的words 点击悬浮按钮时打开另一个activity,当填入word并点击添加时,把该word保存到数据库并显示 配置环境 新建 app(勾选Use AndroidX artifacts) 导入依赖的组件库 app/build.gradle apply plugin: 'kotlin-kapt' // Room components implementation "androidx.room:room-runtime:$rootProject.roomVersion" annotationProcessor "androidx.room:room-compiler:$rootProject.roomVersion" androidTest
资源推荐
资源详情
资源评论
收起资源包目录
Architecture_template-master.zip (50个子文件)
Architecture_template-master
gradlew 5KB
settings.gradle 15B
Readme.md 13KB
.idea
runConfigurations.xml 564B
misc.xml 515B
gradle.xml 626B
encodings.xml 135B
codeStyles
Project.xml 381B
codeStyleConfig.xml 142B
gradle
wrapper
gradle-wrapper.properties 232B
gradle-wrapper.jar 53KB
gradlew.bat 2KB
gradle.properties 870B
.gitignore 203B
app
src
main
AndroidManifest.xml 1KB
res
mipmap-hdpi
ic_launcher.png 3KB
ic_launcher_round.png 5KB
mipmap-xxxhdpi
ic_launcher.png 9KB
ic_launcher_round.png 15KB
mipmap-xhdpi
ic_launcher.png 4KB
ic_launcher_round.png 7KB
mipmap-anydpi-v26
ic_launcher.xml 270B
ic_launcher_round.xml 270B
mipmap-mdpi
ic_launcher.png 2KB
ic_launcher_round.png 3KB
drawable
ic_add_black_24dp.xml 325B
ic_launcher_background.xml 5KB
layout
activity_new_word.xml 1KB
recyclerview_item.xml 518B
content_main.xml 817B
activity_main.xml 1KB
drawable-v24
ic_launcher_foreground.xml 2KB
values
colors.xml 255B
strings.xml 312B
styles.xml 1KB
dimens.xml 155B
mipmap-xxhdpi
ic_launcher.png 6KB
ic_launcher_round.png 10KB
java
com
eastcom
architecture
ui
activity
MainActivity.kt 2KB
NewWordActivity.kt 1KB
adapter
WordListAdapter.kt 1KB
db
WordRoomDatabase.kt 2KB
viewmodel
WordViewModel.kt 987B
dao
WordDao.kt 422B
entity
Word.kt 269B
data
WordRepository.kt 401B
.gitignore 7B
build.gradle 2KB
proguard-rules.pro 751B
build.gradle 739B
共 50 条
- 1
资源评论
weixin_38656395
- 粉丝: 4
- 资源: 912
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功