Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 899 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 899 Bytes

MemoryNotes

A simple and user-friendly Android application that allows users to create, edit, and delete notes.

Features -

Create notes: Users can create notes by typing text and adding a title.

Edit notes: Users can edit existing notes by changing the title or the content.

Delete notes: Users can delete notes by swiping them to the right.

Data persistence: The app uses the Room database to store and retrieve data, ensuring data persistence even after app closure.

Technical details -

The app is written in Java and uses the Android framework.

The app architecture is based on the Model-View-ViewModel (MVVM) design pattern, which helps separate the UI and business logic.

The app utilizes the Room database to store and retrieve data. The database schema was designed and implemented by the developer.

The app has been thoroughly tested to ensure its functionality and reliability.