This Android Weather App is designed to provide users with accurate weather information based on their current location or a location of their choice. It offers a simple and intuitive interface for users to view current weather conditions, forecasts, and other relevant weather data.
- Current weather information display
- 5-day weather forecast
- Location-based weather updates
- User-friendly interface
- Support for multiple locations
- Clone the repository:
git clone https://github.com/jack5432109/weather-demo.git
- Open the project in Android Studio.
- Build and run the app on an Android device or emulator.
- Upon launching the app, users are prompted to allow location access for accurate weather updates.
- Users can either allow the app to access their current location or manually search for a location.
- The app displays the current weather conditions along with additional details such as temperature, humidity, wind speed, etc.
- Users can navigate through different tabs to view hourly or daily forecasts.
- Settings option allows users to customize units, update intervals, etc.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
This app utilizes data from OpenWeatherMap API for weather information.
- Special thanks to OpenWeatherMap for providing the weather data API.