Skip to content

aryanmishra29/weather-app-kotlin

 
 

Repository files navigation

Weather App

Get instant weather updates using the Weather App


Functionalities

  • Hourly Weather Forecast
  • 7 days Weather Forecast
  • Time of Sunrise and Sunset
  • Humidity and Visibilty
  • Wind Predictions
  • Celsius to Farenheit conversion
  • Users can provide a feedback

Instructions to run

  • Pre-requisites:

    • Android Studio v4.0
    • A working Android physical device or emulator with USB debugging enabled
  • Directions to setup/install

  • Clone this repository to your local storage using Git bash:
https://github.com/dsckiet/weather-app-kotlin
  • Open this project from Android Studio
  • Connect to an Android physical device or emulator
  • To install the app into your device, run the following using command line tools
gradlew installDebug
  • Directions to execute
  • To launch hands free, run the following using command line tools
    adb shell monkey -p com.example.weatherapp -c android.intent.category.LAUNCHER 1

Contributors

About

Get Instant Weather updates using the Weather App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%