javascript

Hero image for article
Icon for article
androidconversionjavajavascript

Converting a Native Android App to Sencha Touch: Introduction

2 min read

An introduction to my series on converting a native Android application coded with Java into a Sencha Touch application.

Hero image for article
Icon for article
androidconversionjavascripttimer

Converting a Native Android App to Sencha Touch: Part 1

2 min read

Part 1 in a blog series where I am converting a native Android mobile application into a Sencha Touch application

Hero image for article
Icon for article
best practicesjavascriptvideo

Top 10 Tips: Sencha Touch Best Practices Review

2 min read

A little while ago Modus Create released the video and slides for a 'Sencha Touch Best Practices for Enterprise JavaScript Applications' webinar that took place on November 15th, 2013.

Hero image for article
Icon for article
androidconversionjavascripttimer

Creating a Stopwatch Timer with Sencha Touch

2 min read

In order to get it to work within Sencha Touch's MVC structure, a few changes were necessary but the bulk of the code is the same as the one I linked to.