Weather Overview is a simple free and open-source Android application by Henri Dellal which shows current and hourly weather by fetching data from wttr.in.
On Winedroid the app launches into its real UI and fetches live forecast data over the network. The current-conditions card shows temperature, feels-like, humidity, and wind speed, and the hourly forecast list renders as cards with times, conditions, weather icons, and temperatures. The options menu opens, the Preferences screen renders its full preference list, list preferences (temperature and wind speed units) commit through selection dialogs, and the Server and Location text preferences open input dialogs. Setting a location persists across launches and the next fetch requests that location's forecast.
Application Details
| Package | app.weatheroverview |
| Version | 0.1 (1) |
| License | GPL-3.0 |
| Source | github.com/HenriDellal/weather-overview |
| Category | Weather |
| Native libs | None |
| Min SDK | 21 |
| Target SDK | 30 |
| Votes | |
| Latest Rating | |
| Winedroid Version Tested | |
| Maintainers |
App launches and fetches a live forecast from wttr.in. Current conditions and the hourly forecast render with weather icons. Options menu, Preferences screen, unit selection dialogs, and Server/Location text-input dialogs all work. Changing the location persists and is used for the next forecast fetch.
Some card label positions are approximate: the layout engine solves ConstraintLayout constraints heuristically, so baseline-aligned text can sit slightly off from real Android. The text-input dialog shows the typed value with a caret mark rather than a real focused text field.
The question mark on top right corner is actually an asset thats packaged with Android, which we dont so for now I've made it so it shows question mark in it's place.
The app needs network access to wttr.in for forecast data. Without a connection it launches into an empty forecast and recovers once data is available.
No comments yet.

