WeatherApp is an Android application that provides real-time weather information for different locations. The app displays the current weather conditions like temperature, humidity, wind speed, and weather description using the OpenWeatherMap API.
- Displays current weather based on location.
- Search for weather information by city name.
- Weather data includes temperature, humidity, wind speed, and conditions.
- Simple and user-friendly interface.
![screenshot1](
)
![screenshot2](
)
- Language: Java
- Retrofit: HTTP client for API calls
- Picasso: Image loading and caching library for weather icons
- RecyclerView: For displaying search results (if applicable)
- Retrofit - A type-safe HTTP client for Android and Java.
- Gson - A library to serialize and deserialize JSON.
- Picasso - A powerful image downloading and caching library for Android.
- Material Components - Material Design UI components for a smooth UI experience.