tns doctor' command is used to __________.
verify the setup and your installation.
The source code resides in the ________ folder.
app
NativeScript is backed by __________.
Telerik
Can a developer build an app using NativeScript, if he/she doesn't know Java or
Objective C/Swift?
Yes, you can develop a native application.
How to install NativeScript CLI?
npm install -g nativescript
In NativeScript, the UI is written in _________ and coding is done with __________.
XML, JavaScript/TypeScript
Select one which is not a layout type of NativeScript.
WrapperLayout
How many types of selectors are supported in NativeScript?
three
__________ is the root-level container for your app's UI and you can use it for
navigation inside your app.
topmost frame
__________ positions its children in rows or columns, based on the orientation
property, until the space is filled and then wraps them on a new row or column.
WrapLayout
camera.isAvailable() method will return false when used in iOS simulator/Android
Emulator.
True
To include geolocation in your app, which command has to be executed?
tns plugin add nativescript-geolocation
An event can be generated by __________.
both
What command has to be executed for adding a standard npm dependency for camera
plugin?
npm install nativescript-cam --save
In 'npm install nativescript-camera �save' command, the --save flag will add the
plugin as dependency in your package.json file.
True
Select the app that developed in NativeScript?
All of these
tns doctor command is used to __________.
verify the setup and your installation.
To include geolocation in your app, which command has to be executed?
tns plugin add nativescript-geolocation
__________ positions its children in rows or columns, based on the orientation
property, until the space is filled and then wraps them on a new row or column.
WrapLayout
camera.isAvailable() method will return false when used in iOS simulator/Android
Emulator.
#Spreadsheet::Formula:0x0055dad186aa18
__________ is the root-level container for your app's UI and you can use it for
navigation inside your app.
topmost frame
The source code resides in the ______ folder.
app
You can navigate to a page without adding the navigation to the history by setting
backstackVisible to true.
0
tns debug android --debug-brk [--device / --emulator / --geny]. This command is
used for __________.
To start the debugging, when app lauching happens.
How to Install NativeScript CLI?
npm install -g nativescript
NativeScript can be described as write once, run anywhere.
True
To write business/logic applications, developer wants a local database. Is there
any option to have the same database in all platforms?
Yes, we can have SQLite database on Android and iOS.
To write business/logic applications, developer wants a local database. Is there
any option to have the same database in all platforms?
False
Which of the selector type has highest priority in NativeScript CSS?
none of these --Wrong
Native Components of TextField are ________ for Android and _________ for iOS.
android.widget.EditText,UITextField
Can developer build an app using NativeScript, if he/she don't know Java or
Objective C?
Yes, you can develop a native application.
__________ arranges its children horizontally or vertically with the orientation
property.
StackLayout
How to add platforms (android/ios) to your project in NativeScript?
nativescript platform add android or nativescript platform add ios
How to create your an project in NativeScript?
tns create HelloWorld
What command has to be executed for adding a standard npm dependency for camera
plugin?
npm install nativescript-cam --save