Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

A fast, secure and modular key-value storage with batteries-included for Android and JVM

Aug 12, 2020

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

Jul 27, 2020

The Easiest and Laziest approach to Android SQL Database.

Mar 29, 2020

If you are using room database, you can use this library for full backup and restore. Also you can encrypt output file with your desired secret key.

Jan 22, 2020

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

Aug 2, 2019

An Android & JVM key-value database powered by Protobuf and Coroutines.

Apr 9, 2019

Kissme is an open-source library providing encrypted key-value storage. It can be integrated seamlessly in Kotlin projects built with Kotlin Multiplatform, Kotlin/Native, and Kotlin Android plugins.

Kissme allows storing key-value data in common code modules without any additional boilerplate code.

Jan 12, 2019

An Easier and Lazier approach to SQL database for Android.

Dec 28, 2018

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

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

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

May 27, 2018

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

Nov 7, 2017

A library for wrapping Firebase database with RxJava.

Oct 16, 2017

A light weight library for exporting and importing sqlite database in android.

Sep 4, 2017
Advertisement

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

May 9, 2017

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

Apr 21, 2017

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

Mar 27, 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

The sweetest way into saving and loading SQLite.

Feb 5, 2017

SQLiteToExcel is a light weight library to convert SQLite database to Excel.

Feb 4, 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

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

Dec 16, 2016

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

SQLite is simple and lightweight; it follows that managing SQLite databases on Android should be as well.

Squeaky strives to be a straightforward approach to creating, migrating, and accessing SQLite databases.

Nov 29, 2016

Make things easy when you need to write a sql statment for Android SQLite.

Nov 2, 2016

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