Skip to content

IllidanStormrage1/simpleWeatherAppKt

Repository files navigation

simpleWeatherAppKt

Overview

Weather app created using the Weather Api. This is not supposed to be a production scale application, it is meant to demonstrate the implementation of MVP architecture in Kotlin using following libraries:

  • Moxy
  • Retrofit
  • Glide
  • Kotlin coroutines
  • gms:play-services-location
Still if you have any issues or suggestions, please feel free an create issue

General flow of data

  • Retrieve the latitude and longitude of the user.
  • Request data from Weather Api
  • If data received, cache it in SharedPrefs and show the updated data to user.
  • If error then notify user about it.
  • To update, pull from top to bottom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages