December 2017
Beginner
372 pages
10h 32m
English
Up to now, we have looked at the Homepage component class and the Homepage style sheet, and both these files had similar code to the code we had in our web application.
The main difference between a pure web application and a mobile application developed with NativeScript is the template definition. In native mobile platforms, we do not have the concept of DOM or DOM-related actions, thus NativeScript has a different set of UI elements that work the same as web-based UI elements. This is because these UI elements have to be rendered by the mobile platform natively, a Java-based compiler for Android and Objective-C based ...
Read now
Unlock full access