Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcsxsiq/DroidNotes
📝 Note List app based on MVVM architecture (ViewModel, LiveData, Coroutines, Room and Jetpack Compose)
https://github.com/mrcsxsiq/DroidNotes
android architecture-components compose coroutines demo grpc hacktoberfest jetpack jetpack-compose livedata mvvm offline-first protobuf reactive room sample unit-testing viewmodel
Last synced: 3 months ago
JSON representation
📝 Note List app based on MVVM architecture (ViewModel, LiveData, Coroutines, Room and Jetpack Compose)
- Host: GitHub
- URL: https://github.com/mrcsxsiq/DroidNotes
- Owner: mrcsxsiq
- License: apache-2.0
- Created: 2021-07-19T02:09:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T16:07:30.000Z (over 1 year ago)
- Last Synced: 2024-06-25T09:37:55.621Z (5 months ago)
- Topics: android, architecture-components, compose, coroutines, demo, grpc, hacktoberfest, jetpack, jetpack-compose, livedata, mvvm, offline-first, protobuf, reactive, room, sample, unit-testing, viewmodel
- Language: Kotlin
- Homepage:
- Size: 33.5 MB
- Stars: 65
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-android-kotlin-apps - DroidNotes
README
Note list app built with Jetpack Compose## Download
Go to the [releases page](https://github.com/mrcsxsiq/DroidNotes/releases) to download the latest available apk.
## Screenshots
## Architecture
## Features
- [x] Home
- [x] Details
- [x] Add Note
- [x] Delete Note
- [x] Update Note
- [ ] Search
- [ ] Tags## Development Roadmap
- [x] [Kotlin](https://kotlinlang.org/)
- [x] [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [x] [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
- [x] [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [x] [Room](https://developer.android.com/topic/libraries/architecture/room)
- [x] [Coroutines](https://developer.android.com/topic/libraries/architecture/coroutines)
- [x] [Gradle Kotlin DSL](https://docs.gradle.org/current/userguide/kotlin_dsl.html)
- [x] [Ktlint](https://ktlint.github.io/)
- [ ] GRPC API
- [ ] JUnit## Mad Scorecard
## Find this project useful?
Support it by joining [stargazers](https://github.com/mrcsxsiq/DroidNotes/stargazers) for this repository
## Author
| [
@mrcsxsiq](https://github.com/mrcxsiq) |
| :---: |## License
All the code available under the Apache license. See [LICENSE](LICENSE).
```
Copyright (c) 2021 Marcos Paulo FariasLicensed 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 athttp://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.
```