The Weather Forecasting App is an Android application developed using Kotlin that provides users with real-time weather information. The app allows users to search for weather conditions in various locations, view detailed forecasts, and track weather changes easily.
- Current Weather: View real-time weather data including temperature, humidity, wind speed, and more.
- Search Functionality: Easily search for any city or location to get weather updates.
- User-Friendly Interface: Intuitive and easy-to-use design for a seamless user experience.
- Language: Kotlin
- Platform: Android
- API: OpenWeatherMap API (or any other weather API you used)
- Development Tools: Android Studio, Gradle
-
Clone the repository:
git clone https://github.com/1sheca/Weather-Forecasting-App.git
-
Open the project in Android Studio.
-
Sync the project with Gradle files.
-
Add your OpenWeatherMap API key:
- Replace
YOUR_API_KEY
in the code where the API key is referenced.
- Replace
-
Run the application on an emulator or a physical device.
- Open the app and enter a city name in the search bar.
- Tap the search button to retrieve the weather forecast for the entered location.
Contributions are welcome! If you have suggestions for improvements or features, please fork the repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to OpenWeatherMap for providing the weather data API.
- Special thanks to the open-source community for the resources and libraries used in this project.