Android 数据持久化与快速开发

  • ORM:

  1. OrmLite- Lightweight Java ORM Supports Android and SQLite
    Object Relational Mapping Lite (ORM Lite) provides some lightweight functionality for persisting Java objects to SQL databases while avoiding the complexity and overhead of more standard ORM packages. It supports a number of SQL databases using JDBC and also supports Sqlite with native calls to Android OS database APIs. Documentation about how to configure ORMLite for Android specifically is available in the manual.
  2. ActiveRecord
  3. afinal
  4. greenDAO
  5. Infinitum
  6. ORMDroid
  • 快速开发:

  1. AQuery
  2. GreenDroid
  3. Ignition
原创文章欢迎转载,转载请注明出处:http://www.cnblogs.com/zhouchanwen
原文地址:https://www.cnblogs.com/zhouchanwen/p/2962386.html