This project is a simple Android To-Do List application built using Kotlin and Android Jetpack components.
todo-list-android-app │ ├── MainActivity.kt ├── Task.kt ├── TaskDao.kt ├── TaskDatabase.kt ├── TaskRepository.kt ├── TaskViewModel.kt └── README.md
- Add new tasks
- Edit existing tasks
- Delete tasks
- View all tasks in a list
- Store tasks locally using Room Database
- Clean and simple Android user interface
- Kotlin
- Android Studio
- Android Jetpack
- ViewModel
- LiveData
- Room Database
- MVVM Architecture
-
Clone the repository from GitHub.
-
Open the project in Android Studio.
-
Build the project using Gradle.
-
Run the application on an Android emulator or physical device.
-
Use the app to add, update, and delete tasks.
This Android To-Do List application helps users manage their daily tasks efficiently. The app uses Kotlin and Android Jetpack components such as ViewModel, LiveData, and Room Database. It follows the MVVM architecture to maintain a clean and organized structure for managing UI and data operations.
Raghu2424
