WeatherApp is a convenient application for getting up-to-date weather information for any location worldwide. Data parsing is done through the https://www.weatherapi.com/
- Get detailed weather forecasts for any city.
- Track current weather conditions: temperature, humidity, wind speed, and more.
- View forecasts for multiple days ahead.
- Simple and intuitive interface.
-
Clone the repository:
git clone https://github.com/dudoska/weatherapp.git
-
Open the project through Android Studio
-
Create
secrets.xml
inapp/src/main/res/values
and populate it as follows:<?xml version="1.0" encoding="utf-8"?> <resources> <string name="api_key">YOU_API_KEY</string> </resources>
Download and install the latest version of the Android phone app