Mobile app prototype development

I’ve been working hard on preparing a mobile app prototype for a demonstration/proposal next week. The goal is to create a native app using HTML5 and PhoneGap. I’ve been building the app using Backbone primarily, and using Adobe’s PhoneGap Build. PhoneGap Build is a cloud based compilation tool that makes things VERY easy to get your app up and running natively. The build tool supports iOS, Android, Windows, Blackberry, HP, and a few others. [Read More]

Mobile app development, Google Dev tools Code School, TekPub

I completed the Code School course on using Google Chrome Dev Tools. I highly recommend you complete this course – its super quick (probably no longer than 1 hour) and very easy. Yet, I learned a lot. Specifically with the more advanced topics of the dev tools like Profiling, Memory Leaks, Framerates, etc. Started writing my hybrid mobile app for work – learned quite a bit along the way. Working with jQuery Mobile, but its overhead and conventions/takeover is making it less than desirable – perhaps I’ll rewrite the transition animations manually and implement 3rd party Touch/Tap library. [Read More]