Entries Tagged as "Mobile"
Playing with JQuery Mobile
Posted by Erik Ruthven in Javascript , Mobile on August 5, 2011
Sencha Touch MVC + Phonegap App
Posted by Erik Ruthven in Javascript , Mobile on June 29, 2011
So after using Sencha Touch, i found it hard to find good examples of creating a MVC app with Sencha Touch. So i found the book Sencha Touch in Action, which provides a example of using Sencha Touch with the MVC design pattern. I decided to take that example and expand on it and create a base (template) app using this approach. The base app would have navigation, lists, and a form with local storage. I also decided to include Phonegap so if i desired i could get at the phone hardware. I now have this up, it is a best attempt at doing this, and isnt 100% done, but not too far off. If others have examples/suggestions on making this base app more clean in a MVC way, i would LOVE suggestions. Hopefully this will help others. Here is the GitHub for the app. Again.. this is a best attempt at this, suggestions would be greatly suggested!
Great site for small/specific JS Frameworks
Posted by Erik Ruthven in Javascript , Mobile on June 4, 2011
Good Sencha Touch book
Posted by Erik Ruthven in Javascript , Mobile on May 23, 2011
Sencha Touch in Action
This is a great book about the new Sencha mobile framework. You might remember that Sencha Touch is now a part of what was ExtJS. Like most people learning Sencha (ExtJS) was probably a nightmare. The learning curve on it is steep, at least it was for me. I found this book did a great job explaining the overall framework, and gave a great sample app that takes advantage of alot of the major Sencha Touch features, including local storage. It also does a excellent job explaing the essential part of Sencha (ExtJs) and that is the Container/Component/Panel dynamic. This was something i struggled with for awhile. Anyway .. check it out!
Phonegap Eclipse Plugin
Posted by Erik Ruthven in Mobile on May 23, 2011
Here is a nice eclipse plugin for mobile app development, with support for Phonegap. Go HERE. This plugin also inscludes support for Sencha Touch and JQuery Mobile frameworks. It also include JSLInt, which is VERY helpful.