Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.2 KB

Clean Architecture Weather App

Hi there! Please check my Weather application. Built using Jetpack compose and Material 3. :D I try to implement Clean architecture + MVVM pattern but still on single module. If you have any questions, concern feel free to open an issue. Thanks!

Previews

APIs

To run this app please make sure you register the API Key for the following sites, and add the key to local.properties

Tech stacks

  • Retrofit
  • OkHttp
  • Hilt
  • Navigation component
  • Coil
  • Jetpack compose with material 3 dynamic theme enabled
  • Lifecycle component
  • Data Store
  • Kotlin Flow, StateFlow
  • Chrome custom tabs

Credits