Skip to content

Easy-to-use note-taking app that allows users to create, read, update, and delete notes. It follows the MVVM architecture and uses Room database, LiveData, and Coroutines. Users can prioritize notes, filter notes based on priority, and search for specific notes.

Notifications You must be signed in to change notification settings

karankumar2003/Scribbles

Repository files navigation

Scribbles

Scribbles is a simple note-taking app that allows users to create, read, update, and delete notes.
The notes are stored using Room database and displayed in a staggered recyclerView, which makes it easy to scroll through them quickly.
In addition, users can add a low, medium, or high priority to their notes, and filter notes based on their priority.
The app also includes a search feature, making it easy to find specific notes.

This app uses LiveData and Coroutines to provide a smooth and responsive user experience.
This app follows MVVM architecture.

Features

• Create notes
• Read notes
• Update notes
• Delete notes
• Add low, medium, or high priority to notes
• Filter notes based on priority
• Search for notes
• Screenshots
• Scribbles Screenshot

Installation

• Clone the repository.
• Open the project in Android Studio.
• Build and run the app on an emulator or physical device.

About

Easy-to-use note-taking app that allows users to create, read, update, and delete notes. It follows the MVVM architecture and uses Room database, LiveData, and Coroutines. Users can prioritize notes, filter notes based on priority, and search for specific notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages