News

In this tutorial we will be pivoting from our last tutorial on Graphical Elements to start focusing on databases in Android development. The android platform uses SQLite databases in its applicatio… ...
This is a simple note app that you can swipe to delete notes and undo them, SQLite used in this project In addition Adapter pattern and singleton design pattern used in this project. This is a simple ...
In this project, I completely consider working with SQLite on Android. This project is suitable for novice developers who are just beginning to get acquainted with SQLite on Android, and more ...
SQLite offers a powerful way to store and organize persistent data for your apps. This is a crucial and in-demand skill all developers should know!
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 ...
SQLite is designed to be fast, portable, and reliable, whether you’re storing only kilobytes of data or multi-gigabyte blobs. We'll take a look at SQLite, including where and when to use it and ...
Database performance is a very important factor in the development of any application. Some applications need very fast feedback, others process a large amount of data and without the support of ...