Skip to content

InsertyEXE/Climaty_Weather

Repository files navigation

Overview

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.

Android

Screen shots

Features

  • API: https://openweathermap.org/

  • 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:

    • Kotlin 100%
  • 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"

Try

App: Download apk climaty weather

TODO

  • Changed Celsiuns to Fahrenheit on click icon home

About

An app made to query the forecast in your current location and of world. Built in MVVM architecture and Kotlin lenguage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages