These days it’s kind of official: AngularJS implements the Model-View-Whatever paradigm. That’s a nice solution to a series of fruitless discussions about whether AngularJS implements MVVM, […]
This tutorial describes the usage of data binding in Android applications. Data binding allows to synchronize your user interface with your application model and logic. 1. […]
Who doesn’t know about Flutter? It’s the same Google’s UI framework that has changed the landscape of the mobile industry. Announced back in May 2017, Flutter […]
The Guide to app architecture suggests using ViewModel + Repository with LiveData in order to implement the data flow from Repository to ViewModel. If you use this approach […]