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
posted @ 2013-03-16 00:14  狂热与执着  阅读(230)  评论(0编辑  收藏  举报