This is a simple Android app that displays the current weather information for a location specified by the user. The app uses the OpenWeatherMap API to fetch the weather data and displays it in a clean and intuitive interface.
- User can enter the location name or zip code to get the weather information
- App shows the current temperature, humidity, wind speed, and weather condition for the specified location
- App updates the weather information automatically every hour
- User can refresh the weather information manually by pulling down on the screen
- App displays a different background image based on the current weather condition
This app uses the following open-source libraries:
- Retrofit for making API calls
- Gson for parsing JSON responses
- Picasso for loading images
This project is licensed under the MIT License. See the LICENSE file for details.