https://github.com/iamageo/nottye
📝 Nottye is a beautiful and minimalist note app implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
https://github.com/iamageo/nottye
android clean-architecture clean-code coroutines dagger flow hilt jetpack-compose kotlin livedata multimodule mvvm mvvm-android mvvm-architecture note note-app retrofit2 room room-database viewmodel
Last synced: about 1 year ago
JSON representation
📝 Nottye is a beautiful and minimalist note app implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
- Host: GitHub
- URL: https://github.com/iamageo/nottye
- Owner: iamageo
- License: apache-2.0
- Created: 2022-08-29T15:18:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T05:27:47.000Z (about 1 year ago)
- Last Synced: 2025-03-27T07:47:50.354Z (about 1 year ago)
- Topics: android, clean-architecture, clean-code, coroutines, dagger, flow, hilt, jetpack-compose, kotlin, livedata, multimodule, mvvm, mvvm-android, mvvm-architecture, note, note-app, retrofit2, room, room-database, viewmodel
- Language: Kotlin
- Homepage:
- Size: 813 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nottye
Nottye is minimalist note app implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture and multi-module.
[](https://github.com/iamageo/Nottye/actions/workflows/android.yml)
[](https://github.com/iamageo/Nottye/actions/workflows/android_unit_test.yml)
[](https://github.com/iamageo/Nottye/actions/workflows/dependabot/dependabot-updates)
## Screenshots
## Tech stack & Open-source libraries
- Minimum SDK level 26
- 100% [Kotlin](https://kotlinlang.org/) based + [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) + [Flow](https://developer.android.com/kotlin/flow)
- Architecture
- [Clean Architecure](https://developer.android.com/jetpack/guide)
- MVVM Architecture (View - ViewModel - Model)
- Repository pattern
- [Room](https://developer.android.com/training/data-storage/room)
- [Dagger Hilt](https://dagger.dev/hilt/) - for dependency injection
- [Jetpack Compose](https://developer.android.com/jetpack/compose?hl=pt-br)
# Modularization

## License
```
Copyright 2022 Geovani Amaral
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```