This is a simple and efficient To-Do List application built using Java. The app allows users to manage their daily tasks with ease by providing features to add, edit, and organize their tasks.
- Add Tasks: Users can add tasks with a title, description, completion date, and priority (High, Medium, Low).
- Edit Tasks: Users can open an existing task, update its title, description, completion date, and priority, and save changes without creating a new task.
- Set Task Priority: Assign priority levels to tasks to manage them efficiently.
- Track Task Completion: Define task completion dates to stay organized and manage deadlines.
- Programming Language: Java
- Development Environment: Android Studio
- User Interface: XML
- Add a Task: Click on the 'Add Task' button and fill in the details (title, description, completion date, and priority's).
- Edit a Task: Tap on an existing task to open it, modify the details, and save changes.
- Manage Priorities: Set High, Medium, or Low priority for each task.
- Clone this repository:
git clone https://github.com/your-username/todo-list-app.git - Open the project in Android Studio.
- Build and run the app on an emulator or physical device.