Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/T8RIN/Firenote
:notebook_with_decorative_cover::pushpin: Firenote demonstrates, how to use Jetpack Compose to create Material You based lightweight notepad application using MVVM pattern and Firebase Database
https://github.com/T8RIN/Firenote
coroutines firebase firebase-database flow hilt-android jetpack-compose kotlin material-you-3 mvvm single-activity-pattern
Last synced: 5 days ago
JSON representation
:notebook_with_decorative_cover::pushpin: Firenote demonstrates, how to use Jetpack Compose to create Material You based lightweight notepad application using MVVM pattern and Firebase Database
- Host: GitHub
- URL: https://github.com/T8RIN/Firenote
- Owner: T8RIN
- License: apache-2.0
- Created: 2022-02-18T20:26:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T18:54:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T01:17:07.807Z (3 months ago)
- Topics: coroutines, firebase, firebase-database, flow, hilt-android, jetpack-compose, kotlin, material-you-3, mvvm, single-activity-pattern
- Language: Kotlin
- Homepage:
- Size: 47.1 MB
- Stars: 78
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Firenote
Smart and lightweight notepad, that allows you to manage and create goals, notes with different colors and store them in the cloud.It will look fantastic on each device, because its layout adapt to every screen size.
## Download
Go to the [Releases](https://github.com/t8rin/Firenote/releases) to download the latest APK.## Tech stack & Open-source libraries
- Minimum SDK level 21- [Kotlin](https://kotlinlang.org/) based
- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work
- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state.
- [Accompanist](https://github.com/google/accompanist) to expand jetpcak compose opportunities.
- [Firebase](https://github.com/firebase/FirebaseUI-Android) for registering/signing in and storing data in the cloud.
- [Hilt](https://dagger.dev/hilt/) for dependency injection.
- JetPack
- Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.
- ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
- Compose - Modern Declarative UI style framework.
- Architecture
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Repository Pattern- [Coil](https://github.com/coil-kt/coil) - loading images.
- [Material-Components](https://github.com/material-components/material-components-android) - Material You components with dynamic colors.
## Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/t8rin/Firenote/stargazers)__ for this repository. :star:
And __[follow](https://github.com/t8rin)__ me for my next creations! 🤩# License
```xml
Designed and developed by 2022 T8RINLicensed 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.
```