Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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
Advertisement

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

Dec 19, 2016

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

  • ObjectMapper
  • Dao
Sep 27, 2015

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

Reactive database connection for Android based on ORMLite.

Aug 18, 2016

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

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

Oct 22, 2015

KittyORM is an Object-Relational Mapping library designed for use with Android and SQLite. It implements Data Mapper pattern design and its main purpose is to simplify interaction with SQLite database in Android applications. Written in Java 7 it supports devices from API level 9 Android.

Jan 29, 2019

A simple query builder for Google's ROOM ORM for Android, written in Kotlin.

Dec 29, 2018

Krate is a persistence layer that offer CRUD operations for a key-value store and result is delivered through a RxObservable. Additionally you can sync your offline data with a server through Krate's fetch functions.

Sep 25, 2018

Build strings expressions and transform it to Realm objects.

Feb 10, 2018

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

A 3d database ORM experiment for Android.

Aug 13, 2015

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

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