Skip to content

Lightweight, performant, simplified and beautiful note app. Design especially for taking note to keep and record all your note in one place

License

Notifications You must be signed in to change notification settings

Aldikitta/JetNotieCompose

Repository files navigation

Notie

Lightweight, performant, simplified and beautiful note app. Design especially for taking note to keep and record all your note in one place.

In app features:

  • Create, Read, Update and Delete Notes
  • Real time search notes
  • Mark notes with individuals colors
  • Sort notes based on date, title and color
  • Order notes ASCENDING/DESCENDING
  • Collapsing toolbar based on scroll behaviour
  • Support Dynamic Theme Android 12+
  • Support dark theme and light theme (based on system theme)
  • Small size app release (2.3 MB)
  • Using all of the latest technology from Android team and follow its best practices

Structural design pattern

The app is built with the Model-View-ViewModel (MVVM) is its structural design pattern that separates objects into three distinct groups:

  • Models hold application data. They’re usually structs or simple classes.
  • Views display visual elements and controls on the screen. They’re typically subclasses of UIView.
  • View models transform model information into values that can be displayed on a view. They’re usually classes, so they can be passed around as references.

Tech Stack.

  • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin.
  • Material 3 - Latest Material design for Android.
  • Jetpack components:
    • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    • Lifecycle - Lifecycle-aware components perform actions in response to a change in the lifecycle status of another component, such as activities and fragments. These components help you produce better-organized, and often lighter-weight code, that is easier to maintain.
    • ViewModel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.
    • Kotlin-Flow - In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.
  • Kotlin Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
  • Room - Modern SQLite build on top of traditional SQLite, use for local database storage.
  • Dagger Hilt - A dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
Note Screen Edit Screen Search Screen

About

Lightweight, performant, simplified and beautiful note app. Design especially for taking note to keep and record all your note in one place

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages