Category Archives: Sencha Touch

Sencha Touch Resource Routing

{EAV_BLOG_VER:c29f605782f81784} In MVC architecture, one of the great perks of routing is once you create the resourceful route, you usually don’t have to think about it again. Set up your actions and views, and you’re ready to go. Sencha Touch … Continue reading

Posted in Development, Sencha Touch | 4 Comments

Adding Callbacks to your Sencha Touch Controllers

Short and sweet. I needed a callback in several of my controllers to validate that a user is logged in, and if not redirect them back to the login screen. My file structure for this project looks a lot like … Continue reading

Posted in Development, Sencha Touch | 3 Comments