I agree that QML as Edje by separating UI and code provide the same solution. In some case, it will be providing one Edje/QML file per device, sometime you can do with one. As an example of what, we can do with Edje, look at this video around 0:34 : http://www.youtube.com/watch?v=y82SVGFvjG4 . Today it's even possible to take the finger size and scale into account, but you get the idea. It take some work and it's not always a good idea, as you may want sometime to have really different layout for different devices, but the technology provide the means to do it.
Posted Sep 6, 2012 9:58 UTC (Thu) by jospoortvliet (subscriber, #33164)
[Link]
That is really a beautiful demo of EFL! Ok, the theme and animations continue to be - 1995 or so, but the hiding of elements upon resizing is brilliant.
How much of that had to be hand-coded? Do you have to make some hierarchy of importance of elements or so? I wonder if QML is even at this point... Doubt it, actually.