Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

NexusData is an object graph and persistence framework for Android. It allows for organizing and managing relational data and serializing it to SQLite or custom stores. The data can be accessed or modified using higher level objects representing entities and their relationships. NexusData manages all the objects in the persistence store, tracks changes, and maintains consistency in relationships.

Jun 7, 2015

A library for wrapping Firebase database with RxJava.

Oct 16, 2017

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

For those who find statements like cursor.getString(cursor.getColumnIndexOrThrow(COLUMN_NAME)) or cursor.getColumnIndex(COLUMN)==-1 ? value=FALLBACK : value=cursor.getString(COLUMN) a bit too arcane and verbose.

Nov 14, 2017

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

May 26, 2015

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

Apr 21, 2017

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

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

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

Easy to use media store with AutoCursor in RxJava.

Jul 18, 2015

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

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
Advertisement

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

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

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

A demo application for the Poetry library.

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

A library for defining the traversable hierarchy of data models.

Sep 23, 2014

This library is design to insert cursor row inside another cursor or insert dummy row inside actual cursor.

Nov 16, 2014
Advertisement

A python utility to pull android database files of a particular app from an emulator without having to go through all the regular adb shenanigans every time, features:

  • pulls the .db files from the databases folder to a local directory on your dev computer
  • supports multiple devices
  • supports selective db file pulls
  • tested on a Genymotion emulator
Sep 11, 2014

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-lazyloading-cursor is a lazy loading version of android.database.sqlite.SQLiteCursor

Jul 23, 2014