https://github.com/sparrow007/notes-app
Android application which will create your notes, that will help you to write your thoughts, work related task and anything which you will need in future.
https://github.com/sparrow007/notes-app
android android-jetpack dagger2-android mvvm-architecture notes-app room-android
Last synced: 10 days ago
JSON representation
Android application which will create your notes, that will help you to write your thoughts, work related task and anything which you will need in future.
- Host: GitHub
- URL: https://github.com/sparrow007/notes-app
- Owner: sparrow007
- License: apache-2.0
- Created: 2020-12-03T23:48:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T18:07:45.000Z (almost 5 years ago)
- Last Synced: 2025-08-17T23:42:25.068Z (7 months ago)
- Topics: android, android-jetpack, dagger2-android, mvvm-architecture, notes-app, room-android
- Language: Kotlin
- Homepage:
- Size: 11.2 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes App
[](http://developer.android.com/index.html)
[](https://android-arsenal.com/api?level=21)
It is a notes app which is based on neumorphism user interface and also provide dark theme.

## Architecture
Based on mvvm architecture and repository pattern.

## Specs & Open-source libraries
- Minimum SDK 21
- 100% Kotlin based
- MVVM Architecture
- Architecture Components (Lifecycle, LiveData, ViewModel, Room Persistence)
- [DataBinding](https://developer.android.com/topic/libraries/data-binding) for data binding
- [Dagger2](https://github.com/google/dagger) for dependency injection
- [Glide](https://github.com/bumptech/glide) for loading images
- [NeumorphismView-Android](https://github.com/thelumiereguy/NeumorphismView-Android) for neumorphism user interface in android
## Upcoming
- Stick with the project i am uploading all test files regarding this project.
- Adding More features regularly.
## Contribution
Feel free to generate any issue regarding the project and if you want to send PR ,feel free to first dicussion in the issue and then send PR , i will be happy to accept
your PR.
## License
-----
Copyright 2021 Ankit kumar
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.
