A simple and clean Android To-Do application using modern Android architecture components:
- ✅ Navigation Architecture Component
- 🗄️ Room Database
- 🔗 DataBinding
Task List Screen |
|
📌 More screenshots.
- Kotlin
- Jetpack Components
- Navigation
- Room
- DataBinding
- MVVM Architecture
- LiveData & ViewModel
- Add, edit, and delete tasks
- Mark tasks as completed
- Live UI updates with DataBinding
- Persistent data using Room
-
Clone this repository:
git clone https://github.com/sonpxp/ToDoApp.git
-
Open in Android Studio
-
Build and run on your device or emulator
This project is licensed under the MIT License - see the LICENSE file for details.
Inspired by the official Android architecture samples.

