This sample Android app lets you type a city name and fetch the current conditions using the free Open-Meteo APIs.
- The app geocodes the city name to coordinates with the Open-Meteo geocoding endpoint.
- It then retrieves the current weather for that location and displays temperature, wind speed, and the last update time.
- The app requires internet access to call the APIs (see
AndroidManifest.xml). - No API key is needed for the Open-Meteo endpoints used here.