10-11-2012 08:23 AM
Cual es el framework mas eficiente ;para implementarUX, en bb10/playbook ?
10-12-2012 08:32 AM
It really depends on your needs here are some of the strengths of each:
- BBUi.js - Cross platform BB ie: it supports platforms from BB OS 6 to BB10 including Playbook. You can check out more information about it here: https://github.com/blackberry/bbUI.js.
- JQuery Mobile BB10 Theme - Gives you plenty of control but is really tailored more to BB10. It works well if you wish to use Jquery in your application. Here is the main repo for more information: https://github.com/blackberry/jQueryMobile-BB10-Th
- Bootstrap is a great framework, but it does not include BB10 specific assets ie: you will have to implement the peek and action bar yourself if this is the look you wish.
- You can also use a library such as Sencha Touch: http://www.sencha.com/products/touch which is implementing support for BB10.