Skip to content

Notes app Built for native Android App with best practices followed MVVM architecture & Room DB along with that Work Manger,AlarmManager & BroadcastReceiver is also used. AlarmManager is used to alert the user to remind their task. WorkManager will operate in the background to update the local db once the reminder is sent to the user

Notifications You must be signed in to change notification settings

singhgeetgovind/Notes

Repository files navigation

Notes App

The Notes App is a simple Android application that allows users to create, edit, and delete notes. The app uses a RoomDB to store the notes locally on the device.

Features

  • Create new notes
  • Edit existing notes
  • Delete notes
  • View a list of all notes
  • Search notes by title or content (comming soon)

Installation

To install the app, simply download the APK file from the releases page and install it on your Android device.

Usage

When you first open the app, you will be presented with a list of all your notes. To create a new note, click on the floating action button (+) at the bottom right corner of the screen. To edit an existing note, simply click on the note in the list. To delete a note, long press on the note in the list and select "Delete" from the context menu.

Technologies Used

  • Kotlin
  • RoomDB
  • Material Design guidelines

ScreenShot

image image

Contributing

Contributions to the Notes App are always welcome! If you find a bug or have a feature request, please open an issue on the Issues page. If you would like to contribute code, please fork the repository and create a pull request.

License

The Notes App is open-source software licensed under the MIT license.

About

Notes app Built for native Android App with best practices followed MVVM architecture & Room DB along with that Work Manger,AlarmManager & BroadcastReceiver is also used. AlarmManager is used to alert the user to remind their task. WorkManager will operate in the background to update the local db once the reminder is sent to the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages