Alice on SailfishOS

I ported my application “Alice” 0.1 (from BB10) to SailfishOS. The application is used to check the status of growth of children. Obviously, the execution Screenshots have taken on the emulator. The porting was fairly simple. One thing thatĀ  has misled me is that BB10 usesĀ  selectedIndex for groupbox instead sailfish use currentIndex. To be an alpha version seems like a good start.

alicep1alicep2alicep3

Portable Body

Martin Fowler talk in this article (“http://www.martinfowler.com/articles/mobileImplStrategy.html” )of portable body (slide 23). He talk thinking a web, i instead think to Qt/Qml, where Qml is the native gui and c++/javascript is the portable body. Is exsisting a benchmark between qml/Qt vs Hybrid(web+native; javascript+native) applications? For me this is an interesting point. If someone wants to help me in this comparison, I would be happy.