Writing Weather App using Kotlin.
- A screen displaying a list of current temperatures from 20 cities
- A search bar for filtering these cities
- Items from the list can be able to be made a favorite, favourite cities should go to the top of the list
- Clicking on the items should open an item screen displaying more detailed info of weather in that city
- A notification showing the current conditions of a favorite city at the top of the hour (when the app is not in the foreground)
The API I am using is http://api.weatherapi.com/v1/current.json?key=&q=London&aqi=no
-
Technologies used
-
Architecture
- Clean Architecture
- MVVM - Model View View Model
Added some screenshots in the screenshots
folder, in the root directory of the project.
Main Screen | Search View | Detail Screen |
---|---|---|
![]() |
![]() |
![]() |