Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jharsh1202/whats-the-weather_android
- Owner: jharsh1202
- Created: 2020-09-10T21:12:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T03:45:17.000Z (about 4 years ago)
- Last Synced: 2023-08-05T09:52:49.331Z (over 1 year ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)