没有合适的资源?快使用搜索试试~ 我知道了~
手机java源码-realm-crud-app:Realm是一个直接在手机,平板电脑或可穿戴设备内部运行的移动数据库。该存储库包...
共48个文件
xml:17个
png:10个
java:8个
需积分: 9 0 下载量 70 浏览量
2021-05-25
06:30:17
上传
评论
收藏 153KB ZIP 举报
温馨提示
手机java原始码安卓领域 Realm是一个直接在手机,平板电脑或可穿戴设备内部运行的移动数据库。 该存储库包含Realm的Java版本的源代码,该版本当前仅在Android上运行。 依存关系 repositories { maven { url ' https://jitpack.io ' } } // add top of build.gradle:app apply plugin : ' realm-android ' 领域配置 import android.app.Application ; import io.realm.Realm ; import io.realm.RealmConfiguration ; public class RealmConfigs extends Application { @Override public void onCreate () { super . onCreate(); Realm . init( this ); RealmConfiguration configuration = new RealmConfiguration .
资源推荐
资源详情
资源评论
收起资源包目录
realm-crud-app-master.zip (48个子文件)
realm-crud-app-master
gradlew.bat 2KB
gradlew 5KB
gradle.properties 1KB
app
proguard-rules.pro 751B
src
test
java
com
example
realmcrudapp
ExampleUnitTest.java 385B
androidTest
java
com
example
realmcrudapp
ExampleInstrumentedTest.java 764B
main
res
menu
main_menu.xml 401B
mipmap-xxxhdpi
ic_launcher.png 10KB
ic_launcher_round.png 16KB
drawable
ic_launcher_background.xml 5KB
mipmap-hdpi
ic_launcher.png 4KB
ic_launcher_round.png 5KB
drawable-v24
ic_launcher_foreground.xml 2KB
values
colors.xml 587B
strings.xml 77B
styles.xml 449B
mipmap-xxhdpi
ic_launcher.png 8KB
ic_launcher_round.png 12KB
mipmap-mdpi
ic_launcher.png 3KB
ic_launcher_round.png 3KB
mipmap-xhdpi
ic_launcher.png 5KB
ic_launcher_round.png 7KB
mipmap-anydpi-v26
ic_launcher_round.xml 272B
ic_launcher.xml 272B
layout
activity_main.xml 512B
activity_add.xml 3KB
activity_edit.xml 4KB
book_list_layout.xml 3KB
java
com
example
realmcrudapp
database
RealmConfigs.java 450B
app
MainActivity.java 2KB
EditActivity.java 2KB
AddActivity.java 4KB
ui
BookRecyclerview.java 4KB
entity
Books.java 1KB
AndroidManifest.xml 1020B
.gitignore 7B
build.gradle 1KB
gradle
wrapper
gradle-wrapper.jar 53KB
gradle-wrapper.properties 232B
.idea
codeStyles
Project.xml 3KB
gradle.xml 748B
runConfigurations.xml 564B
misc.xml 357B
.name 14B
.gitignore 208B
README.md 6KB
settings.gradle 49B
build.gradle 667B
共 48 条
- 1
资源评论
weixin_38656395
- 粉丝: 4
- 资源: 912
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功