Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YahiaAngelo/Noted-Android
Noted app for android
https://github.com/YahiaAngelo/Noted-Android
android-app material-components mvvm notes realm-database
Last synced: 3 months ago
JSON representation
Noted app for android
- Host: GitHub
- URL: https://github.com/YahiaAngelo/Noted-Android
- Owner: YahiaAngelo
- License: apache-2.0
- Created: 2020-04-23T20:24:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T19:40:22.000Z (about 3 years ago)
- Last Synced: 2024-07-15T13:52:22.811Z (4 months ago)
- Topics: android-app, material-components, mvvm, notes, realm-database
- Language: Kotlin
- Homepage:
- Size: 2.15 MB
- Stars: 97
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-android-kotlin-apps - Noted-Android
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
# Noted - Notes and Tasks
![](https://i.imgur.com/iXeyxbj.png)### Noted is a Notes and Tasks app built with Kotlin, MVVM, Material design components And Realm database.
----
## Features:
- #### Write Notes with text styles
- #### Add categories
- #### Add Tasks with reminders
- #### Filter Notes and Tasks by category or text
- #### Colorize Notes cards## Contributing:
#### Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
#### Please make sure to update tests as appropriate.
## Libraries:
##### [Koin](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjew5TLzoDrAhUKTBUIHf4fC00QFjAAegQIARAB&url=https%3A%2F%2Fgithub.com%2FInsertKoinIO%2Fkoin&usg=AOvVaw1s3Qoji50zT-ljqY3ZujWp)
##### [Markwon](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwie8PPhzYDrAhX-SBUIHWuKC9gQFjAAegQIBxAB&url=https%3A%2F%2Fgithub.com%2Fnoties%2FMarkwon&usg=AOvVaw3WGU1V5UI1ayfsV538PEGN)
##### [MarkdownEditText](https://github.com/YahiaAngelo/MarkdownEditText)
##### [Realm](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiN0NbpzoDrAhUAQhUIHSGnDkYQFjAFegQIAxAB&url=https%3A%2F%2Frealm.io%2Fdocs%2Fkotlin%2Flatest%2F&usg=AOvVaw2TXgpLC6zfKR3PlSEnkQlY)
##### [KeyboardVisibilityEvent](https://github.com/yshrsmz/KeyboardVisibilityEvent)
##### [MaterialNavigationView](https://github.com/PatilShreyas/MaterialNavigationView-Android)
##### [FastAdapter](https://github.com/mikepenz/FastAdapter)
##### [Parceler](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwizkJTBzYDrAhWrShUIHcTzBGoQFjAAegQIARAB&url=https%3A%2F%2Fgithub.com%2Fjohncarl81%2Fparceler&usg=AOvVaw2D9MCHst-nzAYbIQe0tCNQ)## License:
```
Copyright 2020 YahiaAngeloLicensed 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.
```