Linked by Thom Holwerda on Mon 11th Feb 2013 15:22 UTC
Thread beginning with comment 552253
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Good luck trying to get your developers to write HTML5
by lucas_maximus on Wed 13th Feb 2013 14:05
in reply to "RE[4]: Good luck trying to get your developers to write HTML5"




Member since:
2005-11-29
Let me sum up what they had to do to make this happen:
- Implement UI virtualization with a scrolling list
- Used IFrame partitioning to reduce DOM count
- Stopping rendering while scrolling
- Implementing what amounts to a Dispatcher queue in XAML land
Why the hell should developers need to implement this themselves to get reasonable performance out of a mobile app?
The "promise" of mobile apps was reusing existing knowledge, not having to learn to write a bunch of boilerplate that most non-braindead UI platforms do for you already.
Comparing a native stack like XAML to HTML5 is like comparing an internal combustion engine to a stack of pancakes. HTML5 is so primitive its almost offensive that people still consider it a viable app platform.