Posts

Showing posts with the label sencha

Dart and Sencha Touch for Mobile Web Apps

Image
You can use Dart's JS-Interop to integrate Dart code into your existing Sencha Touch application. This allows you to take advantage of Sencha Touch's mobile-first framework and Dart's productivity, language, and libraries. Preface Sencha Touch is a full-featured JavaScript framework for mobile web apps . It supports layouts for multiple devices, touch, lots of widgets, models, a resource framework, and more. I've used Ext JS (a cousin of Sencha Touch) in a previous job, and was quite happy. I'm also quite happy with Dart, the new scalable web programming platform from Google. Dart compiles to JavaScript, and even interoperates with JavaScript. It's a new language, libraries, package manager, VM (for client AND server apps), and rich tools. I feel really productive in Dart. I've never used Sencha Touch, so my first question was: how do I insert Dart into an existing Sencha Touch application? Getting Sencha Touch Sencha already...