Skip to content

Android app to check the current weather of any city. Clone & Learn, enhance UI, add features.

Notifications You must be signed in to change notification settings

jharsh1202/whats-the-weather_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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