WeatherApp is a comprehensive weather forecasting application developed using Java on the Android Studio platform. It offers real-time weather updates, forecasts, and various other meteorological information in a user-friendly interface.
- Real-Time Weather Data: Fetches and displays current weather conditions.
- Forecast: Provides weather forecasts for the next few days.
- Location-Based Services: Offers weather details based on the user's current location or selected cities.
- Interactive UI: Engaging and easy-to-navigate user interface.
- Customization: Allows users to customize settings like units of measurement.
- Android Studio
- Java Development Kit (JDK)
- Android SDK
- Clone the repo:
git clone [email protected]:HuzaifaIlyas02/weather.git
- Open the project in Android Studio.
- Build the project and run it on an emulator or real device.
After launching the app, the user can:
- View current weather conditions.
- Search for the weather in different cities.
- Access forecast data for upcoming days.
We welcome and appreciate contributions to enhance the project, improve the user interface, fix bugs, or provide suggestions for new features.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License