Sencha Touch is a cross-platform HTML5 framework that also Supports Tizen. Sencha Touch 2.3.1 is now available for download and also comes with an exclusive Tizen theme, especially for your Tizen Applications. You can also use the framework to build iOS, Android, BlackBerry and Windows as well but we are sure that you will want to deploy to Tizen initially 😉
Download Sencha Touch 2.3.1
Tizen Support in Sencha Touch
With Sencha Touch 2.3.1 oyu are offered two themes:
- A default black-toned ‘dark’ theme
- A beige-toned ‘light’ theme
All existing UI components in Sencha Touch (e.g. forms, menus, slides, etc.) are themed for both the ‘dark’ and ‘light’ tones, following the UX guidelines provided by Tizen.
Sencha Touch has a theme switching capability, and that you can configure your apps to automatically detect the platform and deliver the right theme. Since Tizen offers two choices, the dark and the light, there is a way to programmatically set the theme using the following parameters:
MyApp.app.setThemeVariation('dark'); Or, MyApp.app.setThemeVariation('light');