Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jharsh1202/whats-the-weather_android

Android app to check the current weather of any city. Clone & Learn, enhance UI, add features.
https://github.com/jharsh1202/whats-the-weather_android

android android-app android-application android-apps android-development android-studio api app clone java learning learning-by-doing native opensource rest rest-api restful-api weather weather-app weatherapi

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/41900044/95006323-16bb6780-0621-11eb-880c-bc9658dc6922.png)