
Java tutorial: weather station app with live data
We are going to create an application that can display the temperature of several weather stations in the Netherlands, as well as the average temperature of those weather stations. This tutorial can also be done in Python. You are given a WeatherStation class for reading the data. This class can read data from an online XML file. … Continue reading Java tutorial: weather station app with live data