conversion

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
androidconversionfile apimusic

How to Play Music from a Users Library with the PhoneGap File API

2 min read

Getting the users own music to play from their music library was a big stumbling block for me but eventually I was able to get it to work for Android devices but not iOS.

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.