I was recently contracted to develop a conversion application for the iPhone called “All in One Converter”, with a focus on business users. This was a fun project in that: I chose to develop a generalized XML processing engine that would allow the creation and deployment of new conversion sets on the fly. we developed [...]
iPhone Conversion Application
February 25th, 2009 · Comments Off
Category: iPhone | Tags: · iPhone, Objective C, XML
iPhone Directory Search Application
February 10th, 2009 · Comments Off
I just finished a contract app called “BizFinder” that searches a set of business directories based on the location of the user. This app required extensive XML processing and a number of REST operations, integration with Google Maps (both remote server and local app), and use of the onboard GPS capability. This is version 1- [...]
Category: iPhone | Tags: · GPS, iPhone, Objective C, REST, XML
Code Snippet – iPhone SqlLite DBO
January 20th, 2009 · Comments Off
I’ve been developing database applications for years and I’ve welcomed the advances in abstraction that have allowed me to focus more on value-added business logic and less on low-level database access routines (with associated pitfalls). So it was a jarring “back to the past” slap in the face when I started developing on the iPhone [...]
Category: iPhone | Tags: · DBO, iPhone, Objective C, ORM, Sqlite