Categories
-
Recent Posts
Archives
Meta
This website uses cookies to personalise content and to analyse our traffic.
Necessary - Necessary cookies needed to make a website usable by enabling basic functions. The website cannot function properly without these cookies. (always active) | |
Marketing - Marketing cookies are used to track visitors across websites. |
As the title says we will continue to build our Sencha Touch MVC app we’ve started in part 1. In this part we will create a controller and two views and learn how to use them. Let’s modify our current project structure by adding some folders: Creating a controller. In app/controllers create a file named …
Introduction Sencha Touch is an OOP JavaScript framework that makes it easy to build mobile web applications that look and feel native on iPhone, Android, and BlackBerry touch devices. To find more you can take a look at Sencha Touch website. If you haven’t worked with JavaScript in an object-oriented way, I think you’ll find …