Categories
-
Recent Posts
Archives
Meta
In this final part of Creating a Sencha Touch MVC application from scratch series we’ll add some data to our application we’ve started in part 1, part 2 and part 3. Before we start please note that in order for the examples in this article to work, you need to place the application on a …
Usually, when creating a Sencha Touch MVC application all of its controllers and views are included manually in index.html and loaded when the app starts. But, when there are a lot of controllers and views to load, the time it takes the application to launch will be longer. A solution for this could be to …