I'm displaying a value from a database table on the UI . Say for example : Current Temperature.
Now if this changes in the DB "Temperature" Table, How do I notify the UI to change it's value there?
Is this what MVVM does? How do set this up in Desktop applications?
StackDev