"DoTask" is a task management application developed to provide users with a streamlined way to organize and track their tasks effectively. It offers a user-friendly interface for managing tasks, including options for adding new tasks, viewing existing tasks, updating task details, and deleting tasks as needed. The app utilizes various key components of Android development, including SQLite databases with Room library, Kotlin Coroutines and RecyclerView.
- Task Management Interface: User-friendly interface for managing tasks efficiently.
- Database Integration: Utilizes Room library for local storage of task data.
- Kotlin Coroutines: Implements asynchronous database operations for smooth user experience.
- User Interaction: Allows users to add, view, update, and delete tasks seamlessly.
- Enhancements: Additional features such as task categories for improved usability.
To set up the project locally, follow these steps:
1. Clone the repository.
git clone https://github.com/kavindu-dilshan/DoTask.git
2. Open the project in Android Studio.
3. Build and run the app on an Android device or emulator.