December 2017
Beginner
372 pages
10h 32m
English
Let's run the following command in our code and see the result:
tns run android
If you are using an iOS device for testing, then you can execute the following command:
tns run ios
This command will build the application and deploy it on your emulator/device. You should see the application running similar to the following screenshot:

What we see here are the native elements of Android; the Label that we added is now converted to the Android Label widget, and the ListView is now an Android native listview control. Similarly, if you had executed the code on the iOS environment, these controls would be the native iOS ...
Read now
Unlock full access