Skip to content

CelSysVikas/MyNotes_project

Repository files navigation

My Notes

A notes app is a versatile and essential tool for anyone looking to organize and capture their thoughts, ideas, and information on the go. It serves as a digital notepad, allowing users to jot down text, create to-do lists, and store important information for quick and easy reference.

Features

  • Light/dark mode toggle
  • Live previews
  • Language English/Hindi
  • Multicolor Note pin

Libraries Used

  • Room Database
  • Room Live Data
  • MVVM Architecture
  • Material3 Design

Dependencies

      // Room library
    implementation "androidx.room:room-runtime:2.6.0"  // Use the latest version

    // Room database driver for SQLite
    implementation "androidx.room:room-rxjava2:2.6.0"  // Use the latest version

    // Room annotation processor
    annotationProcessor "androidx.room:room-compiler:2.6.0"  // Use the latest version


    def lifecycle_version = "2.2.0"
    implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
    implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"

Screenshots

My.notes.java.mp4

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages