07-31-2012 02:25 PM
What is the performance difference between using bbui.js framework accesing api and using phonegap?
As I know phonegap is always slow, not sure if bbui.js have been improved?
08-01-2012 07:52 AM
arachide wrote:What is the performance difference between using bbui.js framework accesing api and using phonegap?
As I know phonegap is always slow, not sure if bbui.js have been improved?
You can not compare the one with the other. bbUI.js is UI toolkit with the ability to create common UI constructs very well and fast whereas PhoneGap/Cordova tries to encapsulate the (HTML5) APIs (eg. to work with the underlying fileSystem, ... of a OS) of the different mobile OSs to provide a single, cross-platform interface to access those APIs easily.