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

https://github.com/addingama/weatherapp-android


https://github.com/addingama/weatherapp-android

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# WeatherApp Android

This is a sample app using Java for interview purposes.

### Libraries

- GSON for parsing
- Volley for api request

### Screenshots

- Default
![Default](screenshots/01-empty.png)

- Default with City
![Default with City](screenshots/02-city.png)

- Weather list
![Weather List](screenshots/03-weather-list.png)

- Weather detail
![Weather Detail](screenshots/04-weather-detail.png)

- Invalid City
![Invalid City](screenshots/05-invalid-city-name.png)