WeatherApp is an Android application that fetches weather data from the OpenWeatherMap API and displays the weather forecast for the next 7 days. This project was built to learn and practice JSON parsing, API integration, and data handling in Android using the Kotlin programming language.
- 📅 7-Day Weather Forecast: Displays weather information for the next week.
- 🌐 Real-Time Data: Fetches live data from the OpenWeatherMap API.
- 📊 Detailed Weather Info: Includes temperature, humidity, and weather conditions.
- 📱 User-Friendly UI: Clean and responsive interface for easy navigation.
- Programming Language: Kotlin
- API: OpenWeatherMap API
- JSON Parsing: To handle and display API data.
- Android Studio: Development environment.