Phonegap + Sencha Touch: Hello World!
Phonegap + Sencha Touch: Hello World!
Phonegap + Sencha Touch: Hello World!
Hello world!
Smartphones are a bitch for developers a) Different APIs / OS b) Different screen resolutions
Since the internet is the shit => Smartphones come with native browsers
Even though most of them are crap They have basic functionality Crippled HTML5 + CSS3 + JS support
But it works! So why not use it? Widgets / WebApps use it! And so can we!
Smartphones are a bitch for developers a) Different APIs / OS b) Different screen resolutions
Smartphones are a bitch for developers a) Different APIs / OS b) Different screen resolutions
http://www.sencha.com/learn/hello-world
http://docs.sencha.com/touch/2-0/
DatePicker
var datePicker = Ext.create('Ext.picker.Date', { value: new Date() }); datePicker.show();
http://dev.sencha.com/deploy/touch/examples/kitchensink/
Http://tpolm.org/~ps/codebits5/ Q&A