Due to demand, I have undertaken a new project. I have started writing a textbook for ANSCA Mobile's Corona SDK. This project started through the creation of tutorials, primarily for my students,...
Archives: Blog
I originally wrote this for a Christian bachelor party almost 20 years ago. After 24 years of marriage, I believe they have stood the test of time: BURTON'S RULES FOR A HAPPY MARRIAGE FOR MEN...
The need to be able to access and modify data in any kind of application is critical. As databases are the primary means of storing large quantity of data, any software that is lacking this critical...
After the "Hello World" project, the next project that most people jump into is a simple app that uses buttons. In this tutorial we will use XML to create the layout of our project and the code the...
Auto-rotation is a fairly simple concept to place into your app whether it be for the iPad or iPhone. A few things to consider is what orientations are best for your app. The Apple reviewers have...
Today we are going to begin looking at using some of the controls available to us in xCode. The first of these tools is the slider control. Using the slider is very intuitive for most users, but...