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: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T05:26:24.000Z (8 months ago)
- Last Synced: 2025-02-01T07:19:35.644Z (5 months ago)
- Size: 348 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
### City Weather Search
### Weather Details
