Data in my ArrayList is always overwritten but I need it to remember the previous values
I get JSON from weather API, it contains Array of date and time, temperatures, wind speed, etc. I tried to create a new conditionArray in which correspondence between the weather condition and date (time) is set and each of its elements will represent the dependence of weather conditions on time. But in my case only […]