Android Single Source of Truth (SSOT) using View States with MVVM and LiveData
The Single Source of Truth (SSOT) principle is an important concept not only in Android, but in pretty much every type of object-oriented programming. The idea of it in an MVVM sense is that the view only receives data from one observable (be it LiveData… Read More »Android Single Source of Truth (SSOT) using View States with MVVM and LiveData