1. A "SQLError" object is:
2. It is possible to host a PHP server locally in Phonegap
3. PhoneGap is ___ solution.
4. Which of these languages are used by a PhoneGap app?
5. Cordova is the opensource foundation for Phonegap
6. The User Interface in Phonegap takes place in what kind of object
7. In order to build an app in Phonegap you will need to know
8. True or False? The Eclipse IDE can be used to debug both Javascript code and native side PhoneGap plugins in an Android app?
9. It is possible to use bootstrap.js in a Phonegap App
10. In order to deploy a Phonegap project to an iOS device you must use which IDE?
11. By default the first user created content in a Phonegap app is found in:
12. Which Language will you need to know in order to build a custom Phonegap plugin for Android
13. Which of the following best describes a hybrid app?
14. What function do you need to use to communicate between the Cordova JavaScript and native environment?
15. It is safe to make calls to the Phonegap API after which Javascript event fires:
16. Developing a Phonegap plugin for iOS requires you to interface Javascript with which language?
17. When can PHP be used in conjunction with a Phonegap app?
18. When writing a Phonegap app for iOS you would tell Phonegap which plugins you wanted to use in which file:
19. Phonegap is a
20. When creating an iOS Phonegap project from the command line the compiler creates which files?
21. Which event allows us to know when the Cordova application is fully loaded?
22. Changes to the DOM in javascript need to be triggered after which Event:
23. Phonegap is owned by:
24. Phonegap is not compatible with which Javascript framework
25. In order to know device reachability, we can use the following PhoneGap object:
26. Phonegap does NOT support the following Platforms
27. Which language is the entry point for any plugin?
28. In order to deploy a Phonegap app to an Android device you will need a
29. Regarding the Notification plugin, the "confirmCallback" is called when the user:
30. What is required to run the Phonegap Command Line Interface
31. The Adobe PhoneGap Build service allows compiling a project for multiple platforms in the cloud, by uploading:
32. What sytax would you use to execute custom code when a certain event fires:
33. The syntax to call a native Phongap feature from within its Javascript file begins with
34. Phonegap requires jquery
35. When writing a Phonegap app for android you would tell Phonegap which plugins you wanted to use in which file:
36. In order to deploy a Phonegap app to an iPhone or iPad you will need a:
37. Phonegap uses native UI instead of CSS to position HTML elements
38. jquery is a required library in a Phonegap project
39. The "onprogress" property is most closely associated with which PhoneGap object?
40. What does function "camera.getPicture" do?
41. Which of the following best describes PhoneGap's architecture?
42. Phonegap requires you to use XHTML
43. To which directory/directories do you copy your splash screen image for Android development?
44. Which callback function do we need to implement in order to get info from the Compass using the CompassHeading object?
45. When developing iOS PhoneGap plugins, you execute the plugin by using a call from:
46. Which of the following objects can be graphically customized?
47. Which class should be extended by Android plugins?
48. Which of the following events is fired when a PhoneGap application is sent to the background?
49. In order to access device-level features (i.e. access to camera) in version 3.0, you must implement it as a plugin. The plugin is added (or removed) to your project by:
50. Anonymous Javascript functions are prohibited in Phonegap
51. In order to generate a clean, new, PhoneGap project in Android using a Terminal, we need to:
52. A plugin for which native capability is currently only available with a third-party plugin
53. You can use high resolution graphics for retina display devices in Phonegap
54. iOS plugins should use the "pluginInitialize" method for their ______ logic.
55. The Phonegap API has a function for taking a photo with the device camera or retrieving a one from the device image gallery. Which is correct?
56. The "capture" object is assigned to the navigator.device object, therefore it has _______ scope in Javascript.
57. You will need a Macintosh computer in order to produce a Phonegap app that will be distributed in the Apple iTunes App Store
58. When catching exceptions and returning errors, which of the following sides are critical to warn about results?
59. Javascript Lambda Functions can be used in Phonegap
60. You can only access the camera on an iPhone when using Phonegap 2.7 and above
61. To which file in your Cordova-Android application's folder do you need to add your plugin?
62. Which of these permissions are required when using the PhoneGap Contacts API in Android?
63. The PhoneGap Storage API is based on which database's specifications?
64. Cordova is distributed by
65. To debug an app using the iOS simulator, you can use Safari’s developer tools
66. The "options" string for the InAppBrowser must not contain:
67. CSS Media Queries are required in Phonegap
68. In order to compile and run a Phonegap app in the iPhone simulator with Xcode you will need
69. What is the main function of the localStorage object?
70. In Phonegap for Android the MainActivity class is extended by what Cordova class
71. Which of the following code can be used to override the back button behavior of a device?
72. Which of the following are valid methods of the FileReader object?
73. Which of the following is NOT true about the Geolocation object?
74. When debugging an iOS plugin's Objective-C side, which of the following lines should be added to config.xml?
75. Phonegap conforms to what browser protocol:
76. Why is using a 9-patch technique recommended for adding a SplashScreen for Android?
77. Phonegap requires you to use HTML5
78. In Phonegap 3.0, the connection object is exposed via:
79. Which of these are NOT PhoneGap supported mobile platforms?
80. Which of these parameters are not required when creating a Cordova project from the iOS command line?
81. Which method should be overriden by an Android Plugin?
82. When the executeSql method of a SQLTransaction is called it will invoke its callback with a:
83. Which format is used to encode retrieved data through the FileReader object?
84. If you wish to use Parse.com to host a database for your Phonegap app you will have to use a Plugin
85. When a call to a Database object's transaction method is performed, what PhoneGap object should be used in order to invoke callbacks?
86. Phonegap uses a simplified version of Javascript
87. What PhoneGap object can be used to get the device platform name?
88. Assuming you have your platform SDK, Node.js and the Phonegap utility already installed, what is the correct command for building a project for version 3.0?
89. The default security policy for outside domain access is to:
90. If you forget to add your iOS plugin's mapping to config.xml, what could happen?
91. When embedding Cordova's WebView on Android, what happens if you don't add the thread pool?
92. If you write an App in Phonegap, you will be able to run it on Android and iPhone without modifying your custom Javascript
93. Which of the following is true about the Capture object?
94. In Phonegap 3.0 a Plugin is called a
95. Remote debugging on an iOS device is possible on some platforms by using which of the following:
96. Which of the following are the two properties handled by the "batterycritical" event?
97. Regarding Android PhoneGap plugins, which thread is used to run JavaScript code in a WebView?
98. Phonegap build can accommodate all third-party plugins for its build process?
99. In order to submit a Phonegap app to the Apple iTunes App Store you would need to use
100. What is the correct command for installing a Phonegap plugin via CLI? (Example: Camera plugin)
101. When hiding a splash screen in iOS, what value do you need for "AutoHideSplashScreen" in the config.xml file?
102. Which thread is used to execute iOS plugin methods?
103. Which of the following statements is NOT true?
104. You will need a Macintosh computer in order to produce a Phonegap app that will run on an iPhone