Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The Hyperion plugin of DBFlowManager for viewing DBFlow databases in the app.

  • View SQLite databases of DBFlow directly in the app with Hyperion plugin.
  • Apply SQL queries directly.
  • Add, delete, update rows from tables.
Jul 21, 2018

This is a android kotlin library which will make your work with SQLite database much more easier in more objective way.

May 27, 2018

A simple & fluent Android ORM, how can it be easier? And it's compatible with RxJava2!

May 9, 2017

A fast way to store POJO in sqlite on an Android device without troubling yourself with database creation.

May 26, 2015

A library for reading Shared Preferences and Database values within the application.

Benefits of using this library

  • No Java Code. Only gradle dependency.
  • Read all the app data within the phone without the need of a browser.
  • See all the Shared Preferences at once or file by file.
  • Copy the value of an individual column of Shared Preference and Database tables to Clipboard.
  • Shows the count of the Shared Preferences in a file and rows in a table.
  • With the help of some additional gradle code, this library will pick up the compileSdk Version, targetSdk Version and Build Tools Version from the main project.
Mar 7, 2017

History Provider is a simple library that stores your typed history inside a Database using the concept of Content providers, making the history database available to any application in the phone.

Jan 7, 2017

The sweetest way into saving and loading SQLite.

Feb 5, 2017

This project is aimed at providing a simple API to build SQLite query statements. This library does nothing but build statements; it's not an ORM. The API syntax is inspired from the jOOQ library.

Feb 26, 2016

Easy to use media store with AutoCursor in RxJava.

Jul 18, 2015

This is a sample project which helps anybody who wish to work with GreenDAO library.

This application contains all the thing you need to start creating project using GreenDAO.

Nov 2, 2016

A simple copying external database library for Android.

Aug 3, 2016

Easy to build selection and selectionArgs for sql.

May 20, 2015

Adding migrations in Android for databases is tricky and involves a lot a human effort. There is huge scope for human error and screwed up migrations. Poirot aims to fix that by attempting to automatically generating migrations where it can, and by forcing certain practices upon the user.

Mar 8, 2016

Use easily the database SQLite on Android using the DAO and transformer design patterns. Basic methods are already implemented in the class SQLiteDelegate, if you need further queries you should extend from it.

Feb 25, 2015

Poetry is a persistence library that allows you to persist a JSON object tree (through Jackson) directly into an SQLite database (through OrmLite). Poetry enables you to write less code and persist data much faster.

Jun 17, 2015

This project intends to solve the problem of concurrent write attempts from different threads to an Android SQLite database.

Jun 22, 2015

A SQLite statement builder for Java and Android.

May 15, 2015

Android SQLite database manager.

Feb 23, 2015

This compiler will generate you db class, content provider and several helper class for you from a describing file. You can set several options like package name, database name, database version, content authority and others.

Oct 9, 2016

Android library for detecting and reporting long running SQLite queries.

If some of your queries takes longer than the threshold specified in the CerberusCursorFactory constructor, the report containing the offending query, elapsed query time, stack trace, and the result of EXPLAIN QUERY PLAN sqlite query will be dumped into the logcat.

Sep 25, 2014

A modular object storage framework for Kotlin multiplatform projects.

Mar 12, 2024

Selekt is a Kotlin and familiar Android wrapper over the community edition of SQLCipher, an SQLite extension that provides 256-bit AES encryption of database files. Selekt realises the maximum concurrency offered by SQLite3: When enabled for WAL-journal mode, "readers do not block writers and a writer does not block readers. Reading and writing can proceed concurrently."

Jan 7, 2022

A Database Abstraction Layer to write clean and organized ORM-less persistance code. Used to replace ROOM ORM from my projects.

Jan 5, 2022

ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.

Jul 27, 2020

Kotlin library to make easy using local document-oriented database in Android apps.

Aug 2, 2019

An Easier and Lazier approach to SQL database for Android.

Dec 28, 2018

A library for wrapping Firebase database with RxJava.

Oct 16, 2017

SQLBrite helper class to manage database creation and version management using an application's raw asset files.

Apr 21, 2017

RestorableSQLiteDatabase is a wrapper to replicate android's SQLiteDatabase class with restoring capability. This wrapper makes it possible to undo changes made after execution of SQL queries.

May 5, 2015

RxCupboard brings the excellent Android Cupboard library into the world of RxJava. Using a small set of convenience Observables, you can fluently store and retrieve streams of POJOs from your database.

Apr 15, 2015