Weather app is an Android application to see current weather in your location and forecast.
- Download the project .zip
- Extract the .zip
- Install and open Android Studio on your PC/Mac
- Locate the downloaded project folder from Android Studio
- Opn the project
- Run the project in an emulator or a physical device over adb
- From the project folder locate the file "gradle.properties"
- Open the file and a new line "API_KEY = {YOUR_API}"
- Now run the project
- Run the project on an emulator
- Download an emulator in Android Studio
- Select that emulator and run the project
- Run the project on a physical device
- Enable the Developer option on your device
- Allow ADB from the Developer option
- Connect the phone via USB
- Select the device in Android Studio and Run the project
- Since open weather API isn't completely free, so after a certain amount of requests free limit will expire.
- Only city name search can be found. A village or post office can't be found in this API.
- Since this app uses free weather and forecast API. So all detailed data can't be found in the API.
- Searching with the wrong city name not responding with a proper error message.