InsertyEXE / Climaty_Weather

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Kotlin 100.0%