A To-Do List application helps users keep track of daily activities, set goals, and enhance time management. This project focuses on developing a simple yet powerful To-Do app for Android that operates without internet using a local SQLite database.
IDE for development | Android Studio |
Programming language(s) | Java/Kotlin |
SQLite | SQLite |
Android Device/Emulator | Android Device/Emulator |
App Modules / Features
- Add, update, and delete tasks.
- Store tasks with due dates and descriptions.
- Mark tasks as complete.
- Tasks persist locally without the need for the internet.
App Output Screens






How to run the ToDo List App
todo folder contains the Source code of the app
todo.apk
This APK contains the full implementation of the application, including its user interface, business logic, and database interactions (via SQLite).
Installation Instructions:
Transfer the todo.apk file to an Android device.
Enable “Install from unknown sources” in the device settings (if not already enabled).
Tap the APK file and proceed with the installation.
Once installed, the To-Do app will be available in the app drawer.
App Demo
App Download Link
The post To-Do List Android Application using SQLite appeared first on PHPGurukul.
Source: Read MoreÂ