Here’s a simple scenario in your mobile application. You may have to load a collection of cities from the server and display them in a list. When the user accesses the app anytime later, you don’t want to fetch the […]
I found some time last week to play with Sencha Architect 3. Two things that immediately caught my attention are Theming and IntelliSense. Gone are those days when you had to work with Sencha Cmd to create custom themes, create […]
Handling the pinch, touch and swipe events in components like Panel in Sencha Touch is a piece of cake. You have to register these events on the DOM element of the UI Component. The UI Components in Sencha Touch have […]
One of the features that Ext JS 4 is coming up in the future release is support for touch events. With touch notebooks and desktops being used increasingly, Ext JS 4 is looking at providing responsive behavior to the touch […]
A number of developers who want to build web applications want to create a mobile version of the same. Ext JS 4 and Sencha Touch seem to be the preferred libraries for the desktop and mobile versions respectively. This is […]