Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toatoes/anytimememo
Kotlin jetpack, dagger dependency injection, Room MVVM, RestAPI(weather), Location service
https://github.com/toatoes/anytimememo
jetpack-compose kotlin-android
Last synced: 29 days ago
JSON representation
Kotlin jetpack, dagger dependency injection, Room MVVM, RestAPI(weather), Location service
- Host: GitHub
- URL: https://github.com/toatoes/anytimememo
- Owner: ToaToes
- Created: 2024-09-25T01:32:44.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-05T04:12:41.000Z (4 months ago)
- Last Synced: 2024-11-11T21:16:19.064Z (3 months ago)
- Topics: jetpack-compose, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kotlin Project
Finished: Splash Screen, Firebase Database, Appbar List, Hilt-dagger dependency injection, Room SQLite(Accessing data using Room DAOs), Location Service, NavigationGraph Route, UI Logic, View Models,
Unfinished: Weather API authentication(TODO), Screen widget(TODO)Jetpack
Compose: Android’s modern toolkit for building native UI.
ViewModel: UI related data holder and lifecycle aware..
Navigation: For navigating screens and Hilt Navigation Compose for injecting dependencies.
Room: Constructs Database by providing an abstraction layer over SQLite to allow fluent database access.
Hilt: Dependency Injection
DataStore: Data storage solution that allows you to store key-value pairs or typed objects with protocol buffers
accompanist: A collection of extension libraries for Jetpack Compose.
moshi: A modern JSON library for Kotlin and Java