Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamageo/plantae
☘ Plantae is a beautiful watering reminder implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
https://github.com/iamageo/plantae
android coroutines flow hilt jetpack jetpack-compose kotlin mvvm mvvm-architecture plants repository-pattern room viewmodel
Last synced: 18 days ago
JSON representation
☘ Plantae is a beautiful watering reminder implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
- Host: GitHub
- URL: https://github.com/iamageo/plantae
- Owner: iamageo
- License: apache-2.0
- Created: 2022-10-15T02:28:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T16:12:54.000Z (3 months ago)
- Last Synced: 2024-11-22T17:19:49.536Z (3 months ago)
- Topics: android, coroutines, flow, hilt, jetpack, jetpack-compose, kotlin, mvvm, mvvm-architecture, plants, repository-pattern, room, viewmodel
- Language: Kotlin
- Homepage:
- Size: 211 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Plantae
☘ Plantae is a beautiful watering reminder implemented with modern Android development (Hilt, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.## Screenshots
![]()
![]()
![]()
![]()
## Tech stack & Open-source libraries
- Minimum SDK level 21
- 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)## License
```
Copyright 2023 Geovani AmaralLicensed 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.```