cesine / AndroidLevelDBSample

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. This example shows how to use levelDB in an Android project. This project provides the Android project wrapper needed to call the levelDB project files from Java, the levelDB code is from a fork of the android branch …
29Updated 9 years ago

Related projects

Alternatives and complementary repositories for AndroidLevelDBSample