quarta-feira, 1 de fevereiro de 2017

SW Development: Plugin based development - Apache Cordova

Q: What is a Cordova plugin?
A: A plugin is a bit of add-on code that provides JavaScript interface to native components. They allow your app to use native device capabilities beyond what is available to pure web apps.
Cordova plugins are being used for instance by Outsystems Now (native web apps) to extend functionality of the mobile apps.
Example of plugins can be seen in the first link (Plugin Search).