• 大小: 11.49MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: Java
  • 标签: GreenDaoTest  

资源简介

这是其核心概念:为了在我们的 Android 工程中使用 GreenDao,我们需要另建一个纯 Java Project,用于自动生成后继 Android 工程中需要使用到的 Bean、DAO、DaoMaster、DaoSession 等类。 CORE CLASSES & MODELLING ENTITIES 关于以上几个类的相关概念与作用,我将在下面的代码(注释)中详细讲解。 当然,你也可以在 官网 中找到相关介绍。

资源截图

代码片段和文件信息

/**
 * Automatically generated file. DO NOT MODIFY
 */
package com.yungcs.greendao.test;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean(“true“);
  public static final String APPLICATION_ID = “com.yungcs.greendao.test“;
  public static final String BUILD_TYPE = “debug“;
  public static final String FLAVOR = ““;
  public static final int VERSION_CODE = 1;
  public static final String VERSION_NAME = “1.0“;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-01-19 15:45  GreenDaoTest\
     文件         105  2016-01-19 11:45  GreenDaoTest\.gitignore
     目录           0  2016-01-19 11:46  GreenDaoTest\.gradle\
     目录           0  2016-01-19 11:46  GreenDaoTest\.gradle\2.8\
     目录           0  2016-01-19 11:46  GreenDaoTest\.gradle\2.8\taskArtifacts\
     文件          31  2016-01-19 11:46  GreenDaoTest\.gradle\2.8\taskArtifacts\cache.properties
     文件          17  2016-01-19 17:23  GreenDaoTest\.gradle\2.8\taskArtifacts\cache.properties.lock
     文件      137346  2016-01-19 17:23  GreenDaoTest\.gradle\2.8\taskArtifacts\fileHashes.bin
     文件      935522  2016-01-19 17:23  GreenDaoTest\.gradle\2.8\taskArtifacts\fileSnapshots.bin
     文件       20132  2016-01-19 17:23  GreenDaoTest\.gradle\2.8\taskArtifacts\outputFileStates.bin
     文件       63414  2016-01-19 17:23  GreenDaoTest\.gradle\2.8\taskArtifacts\taskArtifacts.bin
     目录           0  2016-01-19 17:36  GreenDaoTest\.idea\
     文件          12  2016-01-19 11:45  GreenDaoTest\.idea\.name
     文件         686  2016-01-19 11:45  GreenDaoTest\.idea\compiler.xml
     目录           0  2016-01-19 11:45  GreenDaoTest\.idea\copyright\
     文件          76  2016-01-19 11:45  GreenDaoTest\.idea\copyright\profiles_settings.xml
     目录           0  2016-01-19 11:46  GreenDaoTest\.idea\dictionaries\
     文件          87  2016-01-19 11:46  GreenDaoTest\.idea\dictionaries\yungcs.xml
     文件         159  2016-01-19 11:45  GreenDaoTest\.idea\encodings.xml
     文件         907  2016-01-19 12:05  GreenDaoTest\.idea\gradle.xml
     目录           0  2016-01-19 16:56  GreenDaoTest\.idea\libraries\
     文件         761  2016-01-19 16:56  GreenDaoTest\.idea\libraries\appcompat_v7_23_1_1.xml
     文件         725  2016-01-19 16:56  GreenDaoTest\.idea\libraries\design_23_1_1.xml
     文件         246  2016-01-19 16:56  GreenDaoTest\.idea\libraries\freemarker_2_3_10.xml
     文件         240  2016-01-19 16:56  GreenDaoTest\.idea\libraries\greendao_1_3_7.xml
     文件         260  2016-01-19 16:56  GreenDaoTest\.idea\libraries\greendao_generator_1_3_1.xml
     文件         779  2016-01-19 16:56  GreenDaoTest\.idea\libraries\recyclerview_v7_23_1_1.xml
     文件         495  2016-01-19 16:56  GreenDaoTest\.idea\libraries\support_annotations_23_1_1.xml
     文件         903  2016-01-19 16:56  GreenDaoTest\.idea\libraries\support_v4_23_1_1.xml
     文件        3038  2016-01-19 16:57  GreenDaoTest\.idea\misc.xml
     文件         502  2016-01-19 12:05  GreenDaoTest\.idea\modules.xml
............此处省略1796个文件信息

评论

共有 条评论

相关资源