1 min readJan 5, 2020
I’m just getting started with LiveData. In an example online, I saw that they were calling liveDataObject.saveParameter(parameter) to save a parameter. So if I want to save time left, at which point should I save the value? Because, it keeps changing every second. Or is there any other way to make LiveData continuously keep track of the time value?