Introduction to Sencha Touch
Steve Smith recently looked at jQuery Mobile and Backbone using a simple application that allowed a user to track their daily exercise. I’m going to duplicate his example using Sencha Touch. Sencha Touch is a framework for building mobile applications using HTML5, CSS3, and Javascript. This example uses the Developer Preview of Sencha Touch 2.0. Here’s what our project looks like. A Sencha Touch application is loaded from an HTML page. The HTML loads CSS and Javascript. Sencha Touch applications…