Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekkhot/weather_app
This is the weather application in android using mvvm architecture pattern
https://github.com/abhishekkhot/weather_app
Last synced: 22 days ago
JSON representation
This is the weather application in android using mvvm architecture pattern
- Host: GitHub
- URL: https://github.com/abhishekkhot/weather_app
- Owner: AbhishekKhot
- Created: 2021-11-01T07:24:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T05:26:24.000Z (about 1 month ago)
- Last Synced: 2024-11-17T06:23:58.334Z (about 1 month ago)
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App in Android using MVVM Architecture Pattern
## Features
- **Splash Screen**
- Can search the weather of a particular city by city name.
- **MVVM Architecture**: Includes ViewModel and Repository.
- **Kotlin Coroutines**: For asynchronous operations.
- Implements search using coroutines to prevent excessive requests.
- **API Used**: [OpenWeather API](https://openweathermap.org/api)## Screenshots
### Splash Screen
![Splash Screen](https://raw.githubusercontent.com/AbhishekKhot/Weather-Application-MVVM-/master/app/src/main/res/drawable-v24/screenshot.png)### City Weather Search
![Weather Search](https://raw.githubusercontent.com/AbhishekKhot/Weather-Application-MVVM-/master/app/src/main/res/drawable-v24/screenshotthree.png)### Weather Details
![Weather Details](https://raw.githubusercontent.com/AbhishekKhot/Weather-Application-MVVM-/master/app/src/main/res/drawable-v24/screenshottow.png)