I found a great tutorial on creating an MVC App from Scratch using Sencha Touch V1.1 but unfortunately it isn't all that applicable to Sencha Touch V2. I want to learn the new/right way to build an MVC app moving forward with their latest framework.
Any good tutorial for building an MVC App using Sencha Touch V2?
Here's a list of places I've already looked.
source
snippets, you have to "View Source" and try to wade through the compressed/minified versions of the library.I have a complete starter-project for Touch 2 using the MVC pattern on github here:
https://github.com/FrancisShanahan/SenchaTouch2MVCHelloworld
You can read my blog post about it here:
http://francisshanahan.com/index.php/2011/sencha-touch-2-0-mvc-in-5-minutes-or-less/
Hope this helps you get started, -fs