InterviewSolution
| 1. |
What Are The Features Of Cordova? |
|
Answer» Command Line INTERFACE (Cordova CLI): Comand Line Interface is the tool that can be used for starting the PROJECTS, developing the processes for different platforms, installing plugins and many other useful things that make the development process easier. Cordova core components: Cordova provides set of core components that every mobile application requires. All these components are used for creating the base of the application. Cordova Plugins: It provides API (Application Programming Interface) that will be used for implementing NATIVE mobile functions to our JS app. Licence: Cordova is licensed under the APACHE License, version 2.0. Apache and the Apache feather logos are the trademarks of The Apache software foundation. Command Line Interface (Cordova CLI): Comand Line Interface is the tool that can be used for starting the projects, developing the processes for different platforms, installing plugins and many other useful things that make the development process easier. Cordova core components: Cordova provides set of core components that every mobile application requires. All these components are used for creating the base of the application. Cordova Plugins: It provides API (Application Programming Interface) that will be used for implementing native mobile functions to our JS app. Licence: Cordova is licensed under the Apache License, version 2.0. Apache and the Apache feather logos are the trademarks of The Apache software foundation. |
|