Skip to content

Introducing the Weather App: your simple solution to check weather in multiple cities, anytime. Powered by Kotlin, it seamlessly connects to a trusted weather service through an API for precise updates. Plus, with Room Database integration, easily add your favorite cities and swipe to remove. Enjoy animated weather changes and stay prepared.

Notifications You must be signed in to change notification settings

tariqjamel/Weather

Repository files navigation

Weather App

Overview

The Weather App is a Kotlin-based Android application that allows users to check the weather conditions of multiple cities at once. It utilizes a Weather API to fetch the latest weather data and displays it in a user-friendly interface. The app also incorporates a Room database for storing user-selected locations and their corresponding weather information, providing a seamless experience for users to access weather updates quickly.

Features

  • Real-Time Weather Updates: The app fetches the latest weather information from a Weather API, ensuring users receive accurate and up-to-date data.
  • Multi-City Weather: Users can add and track weather conditions for multiple cities simultaneously.
  • Search Functionality: Utilizes Room database to allow users to search for and add new locations easily.
  • Dynamic UI: The app adjusts its interface based on the current weather conditions of each city, providing an intuitive and visually appealing experience.
  • Weather Animations: Animated visuals depict various weather conditions such as cloudy, rainy, and sunny, enhancing the user experience.
  • Swipe to Delete: Users can delete weather data for a specific city by swiping the corresponding entry or by clicking the delete button.

Requirements

  • Android device or emulator running Android 5.0 (API level 21) or higher.
  • Internet connectivity to fetch weather data from the API.

Getting Started

  1. Clone the repository to your local machine.

  2. Open the project in Android Studio.

  3. Build and run the project on your Android device or emulator.

  4. Once the app is running, you can search for cities, add them to your list, and start tracking their weather conditions.

Technologies Used

  • Kotlin: Primary programming language used for developing the app.
  • Room Database: Used for storing user-selected locations and weather data.
  • Retrofit: HTTP client for making API requests to fetch weather data.
  • Weather API: Provides real-time weather information for various locations.
  • Android Jetpack Components: Utilized for building robust and efficient Android apps.

Screenshots

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug fixes, feel free to open an issue or submit a pull request.

About

Introducing the Weather App: your simple solution to check weather in multiple cities, anytime. Powered by Kotlin, it seamlessly connects to a trusted weather service through an API for precise updates. Plus, with Room Database integration, easily add your favorite cities and swipe to remove. Enjoy animated weather changes and stay prepared.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages