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

A demo app for demonstration a way of backup user data.

Nov 10, 2019

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

JDXA is an innovative, flexible, and easy-to-use Object-Relational Mapping (ORM) product that simplifies and accelerates the development of Android applications by providing intuitive, object-oriented access to on-device relational (e.g., SQLite) data.

Adhering to some well thought-out KISS Principles, JDXA boosts developer productivity and reduces maintenance hassles by eliminating endless lines of tedious SQL code.

JDXA provides a simple, non-intrusive, and flexible ORM solution. JDXA easily supports inheritance, one-to-one, one-to-many, and many-to-many relationships and offers a POJO (Plain Old Java Objects) friendly non-intrusive programming model, which does not require you to change your Java classes in any way:

  • No need to subclass your domain classes from any base class
  • No need to clutter your source code with annotations
  • No need for DAO classes
  • No source code generation
  • No pre-processing or post-processing of your code
Sep 25, 2015

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