Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)