Skip to content

An Android app that retrieves current weather data using either search or user's location implemented in Kotlin

Notifications You must be signed in to change notification settings

mostafa07/weather-android-app

Repository files navigation

Weather App

An Android weather app written in Kotlin. The app has two main ways to retrieve weather data:

  1. The first way is by accessing user's location and sending an API request to OpenWeatherMap containing coordinates of the user's current location.
  2. The second is by searching by city name in the SearchView in the app action bar.

Architecture

The app is written in Kotlin and is using the MVVM architecture.

About

An Android app that retrieves current weather data using either search or user's location implemented in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages