Ormlite基本使用

首先需要导入ORMLite的依赖:在build.gradle中加入以下代码: implementation 'com.j256.ormlite:ormlite-android:5.1' implementation 'com.j256.ormlite:ormlite-core:5.1' 建立Bean类(以OneTableBean为例) import com.j256.ormlite.field.
相关文章
相关标签/搜索