Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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