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
- Just clone this directory
- Install Android Studio if you don't have already
- Unzip the downloaded zipped directory Goto app -> build.gradle
- The App is ready, just make your own customizations
- Happy learning!!
-
Sign up on http://openweathermap.org/
-
Copy the API key from that page.
-
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"; -
That's it. Happy learning.