To-Do List Android Application using SQLite
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.
- Database: SQLite database using a helper class that extends SQLiteOpenHelper.
- UI Components: RecyclerView, EditText, Buttons, and Dialogs for data input.
- 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.
There are no reviews yet.