Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Content Provider ORM for android. This ORM uses an android sqlite database as a backing store, but interactes with it using content providers. You use it like a normal ORM, by creating java objects, and then do all of you interations through the objects. And you get the added benefits of using it like normal content providers, so integration with list views and other components are simple.

Oct 25, 2015

Very simple Object Relationship Mapping framework (ORM) for Android.

Features:

  • Very minimal configuration.
  • Annotation driven data modeling
  • POJO Entity Classes that are loosely coupled
  • Use of Data Access Objects for CRUD operations
Jul 14, 2015

droitatedDB is a lightweight framework, which frees you from the burden of dealing with the Android SQLite database directly if you don't want to but lets you access it directly if you need to.

With an annotation based approach you are able to get a database up and running in no time. Simply annotate your data classes and let droitatedDB do the work.

Sep 16, 2016

Simplify your work with SQLiteDatabase on Android.

Dec 1, 2015

SQLite ORM for Android. Simple and easy-to-use.

Dec 19, 2016

A Powerful Android Content Provider ORM. It uses Content Providers to access the data and internally uses SQLite to actually store the data. It can be used as a typical ORM, by creating Java objects and applying some Annotations and/or by extending QuantumFluxRecord on them and they will be accessed normally and creates ContentProvider.

Aug 19, 2015

This library adds a layer on top of SQLBrite by providing basically two modules:

  • ObjectMapper
  • Dao
Sep 27, 2015

Reactive database connection for Android based on ORMLite.

Aug 18, 2016

DbQuery is a lightweight and fluent SQLite Query API for Android. The API provides a new and simpler way to query data by minimizing the need to write SQL string inside the code.

Jul 5, 2014
Advertisement

DroidModel is an android library which provides model abstraction for SQLite database. Trivial database tasks like creating tables, inserting or retrieving are parts of this library.

May 18, 2016

A 3d database ORM experiment for Android.

Aug 13, 2015

Sabres is an ORM library that exposes a Parse-like API.

Oct 22, 2015

Androrm is an object relational mapper especially for android. It will help you develop your applications faster, by taking care of all database related actions, such as table creation, object serialization and deserialization and lookups.

Jul 5, 2014

ORMAN is an minimalistic and lightweight ORM framework for Java which can handle your common database usage without writing SQL and struggling with lots of jar dependencies.

Jul 5, 2014

Electra for android is simple persistence framework with compile time processing.

Primary design goals:

  • Easy to use and configure
  • Easy integrate with existing code
  • Compile time processing, no reflection
  • Simple beans
  • Expression builder
  • RxJava support
  • No Dependencies
Jun 15, 2016

Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base.

Jul 5, 2014