A presentation I delivered at a Quby.com Lunch Lecture on september 20, 2016. For help with cross platform related questions, feel free to contact us (http://www.egeniq.com/contact)
between native platform and the developer ‣Mostly for web-developers who want to create apps ‣Code written in JS, UI created in HTML/CSS (interpreted) ‣UI Components are made to look like native components 7
C# developers or developers who are looking for a single language to use across 3 platforms ‣UI is written in common language but still tailored per platform ‣Code: C# - UI: Native components 10 Abstraction level 2: Cross compilation
native layer ‣UI is abstracted, differentiation is possible ‣Not just for web devs, also for app devs ‣(need to learn JS, but not a whole new UI paradigm)