News

SQLite is an opensource SQL database that stores the database as a text file on a device. Basic familiarity with SQL sets up a developer nicely to use Android’s sqlite implementation.
Last month, Realm for Android was released, less than 3 months after the iOS version was first available. As we wrote earlier, Realm does not use SQLite as it's engine.
SQLite is a database solution that allows you to store data in mobile devices. Android and Apple use SQLite to store data, but you can also use the database on a desktop computer for testing and ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...