Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 732 Bytes

Weather App

Android app that gives the weather status for a specified city

Some Insights

Weather App

  • Uses Koin as its Dependency injector
  • Uses Retrofit to get the api for our dictionary
  • Uses @Composable to dynamically create the definitions
  • Coroutines is also used for suspending/resuming the city name search

Brief Tutorial

When you open the app, by default, the app gives you the weather for "Toronto" To search for another word, you simply input your desired word in the inputer field on top of the screen and click on the search icon.

System Requirement

As of this moment, you will need android studio installed and the framework's emulator. Plans of releasing this onto google play is in the works.