Skip to content
Chetan Temkar edited this page May 4, 2020 · 4 revisions

Welcome to the Weather wiki! First version of this app will follow Google architecture pattern and create a working prototype That should allow user to see the weather at his current location

See the weather for the coming days

Be able to change the date and go in the past to see weather on those days

There are a few assumptions made about the metaweather api

Since even in their own site it doesn’t show current temperature, I am assuming that the_temp is the current temperature. I have averaged over different results but still value doesn’t seem to be right Room has to be added but still need some time for that

Coroutines have been used everywhere and this has become little time consuming because the libraries are still evolving. Even Google codelabs use old versions of the coroutines for Retrofit

A foreground service is used so that when the app is active, weather can be updated. Checks need to be put to not update past weather

Clone this wiki locally