https://github.com/devmike01/weatherly-app
A simple MVVM Android app that uses the open weather API to display weather forecasts.
https://github.com/devmike01/weatherly-app
android builder-design-pattern hacktoberfest hacktoberfest2021 hilt-android mvvm-android mvvm-architecture
Last synced: about 1 year ago
JSON representation
A simple MVVM Android app that uses the open weather API to display weather forecasts.
- Host: GitHub
- URL: https://github.com/devmike01/weatherly-app
- Owner: devmike01
- Created: 2021-10-07T15:12:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T11:26:38.000Z (over 4 years ago)
- Last Synced: 2025-01-10T18:24:27.754Z (over 1 year ago)
- Topics: android, builder-design-pattern, hacktoberfest, hacktoberfest2021, hilt-android, mvvm-android, mvvm-architecture
- Language: Kotlin
- Homepage:
- Size: 8.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherly-App
### Screenshots:
### Note:
Westham is East Sussex.
Amazon as Amazonas.
A two-page mobile weather application detailing the weather information for cities below:
- Kenya
- Lesotho
- Cairo
- Jakarta
- Lagos
- Ankara
- Abuja
- Kano
- New York
- Peru
- Texas
- Winnipeg
- Amazon
- Bagdad
- Belarus
- Westham
### Main Architecture:
[MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel)
### Libraries used:
- Glide to load and display images.
- Gson to deserialize/serialize json data
- Hilt for dependency injections
- Coroutines for asynchronous programming(e.g network calls)
- Retrofit for network calls.
- Mockito to mock objects for unit testing
- Okhttp for intercepting network response/request
- SwipeRefreshLayout used to reload data from the weather api in case there's a failure.