PrioritizeMe is an application that enables users to store, manage, and prioritize tasks. With an implemented database and CRUD operations (Create, Read, Update, Delete), users can freely add, browse, edit, and remove tasks through a user-friendly interface.
Key elements utilized in the application include:
- Application implemented following the MVVM design pattern.
- The application is developed using Kotlin language.
- Jetpack Compose is used for user interface
- The app employs ROOM for data storage.
- StateFlow is used for handling data updates.
- Kotlin Coroutines are employed for asynchronous data processing.
![]() | ![]() | ![]() |


