A simple and intuitive To-Do List application for Android built with Java in Android Studio. This app helps users organize their tasks efficiently with two clear sections:
- Remaining Tasks: Active tasks that need to be completed
- Completed Tasks: Finished tasks marked with checkboxes
- Add new tasks with the "Save" button
- Mark tasks as complete by checking the checkbox
- Clear visual separation between pending and completed tasks
- Simple and clean Material Design interface
- Responsive layout that works on various screen sizes
- Built with Java in Android Studio
- Uses ListView with custom adapters
- Implements checkbox functionality for task completion
- Follows basic MVVM pattern for data management
