# ComposeNotes
**Repository Path**: liang_jun_dong/ComposeNotes
## Basic Information
- **Project Name**: ComposeNotes
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-25
- **Last Updated**: 2024-01-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ComposeNotes
[NOT ACTIVELY MAINTAINED]
Notes app with full jetpack compose architecture (UI + navigation). Uses MVVM, Room, Kotlin Flows & LiveData
[](https://kotlinlang.org)
###### *Minimal Notes App for Android*
the goal of this project is to create a android notes app using compose navigation and UI
* Tech-stack
* [Kotlin](https://kotlinlang.org/)
* [Hilt](https://github.com/google/dagger) - DI
* [Jetpack](https://developer.android.com/jetpack)
* [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - notify views about database change
* [Lifecycle](https://developer.android.com/topic/libraries/architecture/lifecycle) - perform action when lifecycle state changes
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - store and manage UI-related data in a lifecycle conscious way
* [Compose](https://developer.android.com/jetpack/compose) - UI, navigation
* Architecture
* Model-View-ViewModel
* Todo
* Create navigation transitions animations([Issue](https://issuetracker.google.com/issues/172112072))