Writing a Weather App for Android: Refresh
In the past few posts, I’ve been writing a weather app for Android in the native language using the OpenWeatherMap API – Java. You can check out the prior posts here: The Model that OpenWeatherMap uses. Getting the data from OpenWeatherMap. Writing the UI to display the weather. Linking the UI to the data. It’s…