Android-Beginner-Projects
Android-Beginner-Projects copied to clipboard
feat(TaskManager): implement mark-as-done toggle and delete task
What’s added
- Task completion toggle (strike-through)
- Delete button to remove tasks
How to test
- Run the app on emulator/device
- Add a new task using the input field
- Tap the check icon to mark task as done (text strikes through)
- Tap the refresh icon to undo completion
- Tap the trash icon to delete the task
This is a beginner-friendly UI enhancement to make tasks manageable.