UI frameworks: present and future. Main principles
New UI framework: Most likely, we will have to modify our HTML or XML, or combine this with dynamic updating to allow us to create the UI as a function of some state. I mean a function or an object to which we feed the data of our application: for example, if we have unread, this function will look like f (false) or f (true). In these cases, we build two different trees. To do this, we will have to combine Markup and Dynamic, which we have at the third level, and build a fourth level framework that allows us......
UI frameworks: past and present
We will talk about frameworks in the context of Android and the web, because the problems in the UI that Android...
Generations of programming languages
It seems to look rather imperative: we describe specifically how we achieve some result, we explain to the machine in its...
The past: about declarative and imperative
Jetpack Compose has garnered a lot of attention in the Android world since it was in alpha. And recently I got...