Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1013 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 1013 Bytes

WhatstheWeather

Android app to check weather for any ciy.

  • You may clone this app and add more UI and features that won't be too hard

Creating your Whats the Weather Application

  1. Just clone this directory
  2. Install Android Studio if you don't have already
  3. Unzip the downloaded zipped directory Goto app -> build.gradle
  4. The App is ready, just make your own customizations
  5. Happy learning!!

API changes you may need to make

  1. Sign up on http://openweathermap.org/

  2. Goto https://home.openweathermap.org/api_keys

  3. Copy the API key from that page.

  4. put that copied key in UKUrl="https://api.openweathermap.org/data/2.5/weather?q="+location+"&appid= <YOUR API KEY>"; in MainActivity.java like below
    UKUrl="https://api.openweathermap.org/data/2.5/weather?q="+location+"&appid=0c8f0989e4594ee937dc7a993f753545";

  5. That's it. Happy learning.


Screenshots:

image