I'm starting with Sencha Touch, and I'd like to know if there's a basic example of the MVC pattern, how can I use the Ext.Controller, Ext.Model and Views together? I've been looking in some applications (http://www.sencha.com/contest/) but most of them aren't using the MVC pattern.
Can someone explain me how can I use the MVC pattern?
The kiva and twitter examples are for now the only two working examples that use the new MVC. Also check in docs for Ext.Application and Ext.Controller. Though, the documentation in general is still a bit sparse. I think/hope they gonna release more infos soon.