mobile application development

DevNews #41 – Microsoft and Secure Boot, 1 GB I/O per second, NYC High School for Comp Sci

DevNews #41 is brought to you by Chariot Solutions, leaders in software development in mobile, web, and integration, as well as mentoring and training. Find out about our services at chariotsolutions.com. Links: New York City gets a Software Engineering High School – Joel on Software – How cool is this? Wouldn’t it be awesome to … Read More

Introduction to Backbone.js with jQuery Mobile

If you are working on a JavaScript heavy application (think jQuery Mobile, etc.), you probably will want to look at some JavaScript libraries to help add structure, consistency and convenience to your applications. One of the JavaScript libraries I’ve used lately is Backbone.js. To quote Backbone themselves, it provides “models with key-value binding and custom … Read More

PhoneGap 1.0 Android Plugin updates

Kevin Griffin has been working with PhoneGap for some time now.  In this new blog post, Kevin discusses new features in PhoneGap 1.0. With the upcoming release of PhoneGap 1.0 I thought I would point out a couple of nice additions coming for PhoneGap (Android) Plugin developers (and eventually PhoneGap as a whole). The first … Read More

DevNews #36 – Kevin Griffin on iOS5, Java 7 RI is the Open JDK, Unity for Ubuntu, Listener Feedback, more

What a couple of weeks! The Philly Emerging Tech 2011 Conference really knocked me for a loop. What a great show, and so much to process from it too. We’ll have content coming in very soon, including screencasts of close to a dozen sessions. Look for announcements here and on our blog soon. The news … Read More

Debugging PhoneGap and JavaScript

This is a “reprint” of a guest blog post on the PhoneGap blog, by our resident PhoneGap expert, Hiedi Utley.  Hiedi tackles debugging JavaScript on PhoneGap. If you have ever written any JavaScript and tried to get it working on a mobile phone then spent hours banging your head against the wall because it just … Read More

PhoneGap Tutorial Series – #6 Writing Your Own Plugin

This is the last of the series Hiedi Utley has written on PhoneGap.  I hope you have found the series helpful.  We hope to have more of this type of blog post in the future to help with developing mobile applications. How to Create Your Own PhoneGap Plugin Today’s topic is about creating your own … Read More

PhoneGap Tutorial Series – #5

Extending the PhoneGap API – Third-Party Plugins (NativeControls) Continuing on down the path of using third party plugins, today we will look at a little more complex example and use the NativeControls plugin to display a UIActionSheet to allow the user to select whether they want to take a photo using the camera or pick … Read More

Extending the PhoneGap API – Third-Party Plugins (ChildBrowser)

As we are preparing for Emerging Technologies for the Enterprise, I did not want to forget the rest of the series on PhoneGap API that Hiedi Utley has been penning.  Here is part 4. Extending the PhoneGap API – Third-Party Plugins (ChildBrowser) So the last post was all about editing PhoneGap classes to add a … Read More

Extending the PhoneGap API

Here is the third installment of Hiedi Utley’s series on PhoneGap.  We hope you are finding this series helpful as you learn more about developing for mobile applications. Extending the PhoneGap API If you’ve had a chance to play with PhoneGap a bit, chances are you have wanted it to do something that it doesn’t … Read More

Using the PhoneGap API

We are a little behind in posting Hiedi Utley’s PhoneGap Tutorial Series.  Or she is a very fast writer. In this post, Hiedi discusses the features of PhoneGap API. Using the PhoneGap API Welcome to the second installment of my PhoneGap Tutorial Series! This post is a continuation of PhoneGap Project Structure and Internals so … Read More