Skip to content

Latest commit

 

History

History
112 lines (89 loc) · 7.26 KB

README.md

File metadata and controls

112 lines (89 loc) · 7.26 KB

Notify


API Kotlin Jetpack Compose material

Build GitHub commits since tagged version (branch) Hits
GitHub code size in bytes

📝Notify is a simple note application that is built with Modern Android development tools. This project showcases the Good implementation of Android with proper architecture design. Made with ♥ for all Android Developers

I’m building it in public. So the idea is for everyone to contribute, leave comments, suggest ideas, etc. using the Discussions tab.

Please go through the CONTRIBUTING.md file before you start contributing.


⬇️ Download

Get it on Google Play Get it on GitHub Get it on izzy

Features ✨

Notify focuses on the following key things:

  • Single Activity Design.
  • Offline Capability - Notes. ✈️
  • Clean and Simple Material UI. 🎨
  • Dark mode. 🌗
  • Back/Restore feature. 👀
  • Jetpack Compose UI. 🖌
  • Switch between layouts. 🌟
  • Share the notes in the form of Text, Image & PDF 📤

Built with 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous calls and tasks to utilize threads.
  • Jetpack Compose UI Toolkit - Modern UI development toolkit.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - Room is an Android library which is an ORM that wraps Android's native SQLite database.
    • StateFlow and SharedFlow - StateFlow and SharedFlow are Flow APIs that enable flows to optimally emit state updates and emit values to multiple consumers.
  • Dependency Injection -
    • Hilt-Dagger - A standard way to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Biometric - Authenticate with biometrics or device credentials, and perform cryptographic operations.
  • gson - A Java serialization/deserialization library to convert Java Objects into JSON and back
  • Coil - Image loading for Android backed by Kotlin Coroutines.
  • Telephoto - Building blocks for designing media experiences in Compose UI
  • Camera X - CameraX is an addition to Jetpack that makes it easier to add camera capabilities to your app

Architecture 👷‍♂️

This app uses MVVM(Model View View-Model) architecture.

MVVM

Contributors 📢

Star History ⭐

Star History Chart

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩