framework that allows you to create mobile apps using standardized web APIs for the platforms you care about." – APACHE CORDOVA PHONEGAP http://phonegap.com
language with first-class functions, most known as the scripting language for Web pages, but used in many non- browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic, is type safe, and supports object- oriented, imperative, and functional programming styles." – JAVASCRIPT https://developer.mozilla.org
HTML file some JavaScript files where added to initialize the PhoneGap's framework, also, to start our app when the . PhoneGap development is pretty much a web application with phone capabilities. device is ready
en que un objeto es el prototipo de otro. La herencia en JavaScript es simple, es como una cadena, un objeto hereda de otro a través de un atributo que posee el objeto Object, el atributo es prototype. A prototype le podemos asignar cualquier cosa, simplemente que solo funciona cuando le asignamos un objeto, si tratamos de asignarle un primitivo, por ejemplo un número entero, JavaScript solo lo ignora. A esto se le denomina prototype chain" – http://juan.im
. , , and . , playback and . Access files on device or network ( API). via dialog box or vibration. . . . Open new browser windows ( ). Debug console. Device Connection Events Accelerometer Compass Geolocation Camera Media Capture File Notification Contacts Globalization Splashscreen InAppBrowser
folder, this folder can handle custom stuff for each platform. This folder is a mirror from www folder, you don't need to do something inside platforms folder, basically they're regularly replaced with the top- level www directory's cross-platform source.