I am following sencha touch 2 video tutorial:: http://docs.sencha.com/touch/2-0/#!/guide/getting_started
In that the instructor uses Ext.Define to define panels. He then loads it into main.js and app.js
But the document thats below that http://docs.sencha.com/touch/2-0/#!/guide/first_app uses Ext.create to create panels on launch
Video worked fine until he was showing simple panels, but when he extended a form panel, it stopped working. Video looks 5 months old and its official video.
Should I stop using Ext.Define and start Ext.create, because the examples do that. Please guide me on this.
Completely confused on this...