/weather-demo

Weather App for Android

Primary LanguageKotlin

Android Weather App

Description

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.

Features

  • Current weather information display
  • 5-day weather forecast
  • Location-based weather updates
  • User-friendly interface
  • Support for multiple locations

Installation

  1. Clone the repository: git clone https://github.com/jack5432109/weather-demo.git
  2. Open the project in Android Studio.
  3. Build and run the app on an Android device or emulator.

Usage

  1. Upon launching the app, users are prompted to allow location access for accurate weather updates.
  2. Users can either allow the app to access their current location or manually search for a location.
  3. The app displays the current weather conditions along with additional details such as temperature, humidity, wind speed, etc.
  4. Users can navigate through different tabs to view hourly or daily forecasts.
  5. Settings option allows users to customize units, update intervals, etc.

Screenshots

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

Credits

This app utilizes data from OpenWeatherMap API for weather information.

Acknowledgments

  • Special thanks to OpenWeatherMap for providing the weather data API.