Android app that gives the weather status for a specified city
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
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.
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.