Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.27 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.27 KB

PrioritezeMe

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 Java language.
  • The user interface is based on XML layouts with Fragments.
  • The app employs ROOM for data storage.
  • LiveData is used for handling data updates.
  • Executors are employed for asynchronous data processing.