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...
Category: Mobile
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...
NOTE: This tutorial was developed using Unity3D V.3. I have not tested it with the latest version of Unity. I hope to create a new version of this tutorial in the near future taking advantage of...
Introduction to iPhone Programming Course This is my first effort at a MOOC (Massive Open Online Course). The material presented is a sequential listing of previous blogs for learning to...
Lesson 3: Hello World In teaching programming, it is traditional to begin with a 'Hello World' program to help get us familiar with the programming environment with which we will be working. For...