Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Easy to build selection and selectionArgs for sql.

May 20, 2015

android-schema-utils is an Android library for simplifying database schema and migrations management.

Sep 21, 2014

This is an Android specific distribution of the latest versions of SQLite. It contains the latest SQLite version and the Android specific database APIs derived from AOSP packaged as an AAR library distributed on jcenter.

Apr 4, 2016

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

Jul 5, 2014

Some common utilities for ContentProvider / ContentResolver / Cursor and other db-related android stuff.

Sep 21, 2014

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

May 26, 2015

android-lazyloading-cursor is a lazy loading version of android.database.sqlite.SQLiteCursor

Jul 23, 2014

The Spatialite geospatial database ported for Android. 100% offline, portable and self-contained as SQLite.

WHEN DO I NEED IT?

  • When you need deployment, collecting, processing and fast querying of small to huge amounts of geometry data (points, polylines, polygons, multipolygons, etc.) on Android devices.
  • When you want to be 100% independent from any server/cloud backend.
Dec 11, 2016

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

An Easier and Lazier approach to SQL database for Android.

Dec 28, 2018

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

Jun 22, 2015

A little Java framework to help in the use of an SQLite Database in Android.

Jul 30, 2014

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

A library brings numerous handy classes and methods to help us concatenating and performing CRUD SQLs in Android SQLite.

Mar 10, 2015

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 simple copying external database library for Android.

Aug 3, 2016

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

Nov 16, 2014

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 library helps you to export DB to SD card or import from it.

Nov 2, 2018

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

A small library for sync android SqlLite database to cloud storage.

Mar 27, 2017

DBTools Gen is a ORM Java class file generator and SQL Schema file generator library. DBTools Gen makes it easy to create databases schema files and create JPA ORM Mapping or Android ORM Mapping files.

Jun 22, 2015

The Easiest and Laziest approach to Android SQL Database.

Mar 29, 2020

Easy data storage is a library where users can stored their data in Shared Preferences in easier way. It provides to store the data in all primitive data type format as well as object and list of custom object format.

Dec 9, 2018

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

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

Database Migrations Made Easy.

Feb 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

To solve database upgrade of greenDao and just need one line code.

Dec 16, 2016

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