An app made to query the forecast in your current location and search any weather of any city in the world, made in MVVM architecture and Kotlin lenguage with Retrofit doing query on WeatherApi.
-
Architecture: MVVM
- rest: Settings of retrofit to query the API
- view: User UI
- model: classes referring to your class model
- viewmodel: All viewmodels class and viewModelfactorys it is here
-
Lenguages:
-
Library:
- Retrofit: com.squareup.retrofit2:retrofit:2.9.0' Site retrofit squareup
- Gson: 'com.squareup.retrofit2:converter-gson:2.9.0'
- viewBinding: viewBinding{ enabled = true }
- Google location: 'com.google.android.gms:play-services-location:19.0.1'
- viewModel: "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1"
App: Download apk climaty weather
- Changed Celsiuns to Fahrenheit on click icon home