This is part of an ELC Tech Network

Tag Archives: tutorial

NSTimer: The Poor Man’s Threading – Code Snapshot

Introduction Hey guys. So usually the posts we put up here involve screencasts and presentations, but we are going to start also posting small less time consuming pieces for the site. Today I bring to you a small project involving [...]
Posted in Code Snippets, Uncategorized | Also tagged , , , | 25 Comments

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 4

This is the final installment of our 4 part series of creating a Todo list for the iPhone.  In this tutorial, I will detail how to add and delete new todo objects from the SQLite database.  Make sure that you [...]
Posted in Interface Builder, SQLite, iPhone Programming Tutorials | Also tagged , , , , , | 95 Comments

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 3

This is part 3 in our multipart series of creating a todo list for the iPhone.  For this, you must have completed the following tutorials. iPhone Programming Tutorial - Creating a ToDo List Using SQLite Part 1 iPhone Programming Tutorial [...]
Posted in Interface Builder, SQLite, iPhone Programming Tutorials | Also tagged , , , , , | 53 Comments

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 2

This tutorial is part 2 in our series of creating a to-do list.  I will assume that you have completed the following tutorial and its prequisites. iPhone Programming Tutorial - Creating a ToDo List Using SQLite Part 1 I will [...]
Posted in SQLite, iPhone Programming Tutorials | Also tagged , , , | 97 Comments

iPhone Programming Tutorial – Populating UITableView With An NSArray

The goal of this tutorial is to show you how to populate a UITableView with data from an array of objects. This will be the building block to display XML data as well as SQL data. The theme of this [...]
Posted in Interface Builder, iPhone Programming Tutorials | Also tagged , , , | 289 Comments

iPhone Programming Tutorial – Transitioning Between Views

This tutorial will focus on transitioning from one view to another. We will be utilizing Apple's UINavigationController. I will be using the code from the "Hello World" tutorial that I previously wrote. So if you have not completed it yet, [...]
Posted in Interface Builder, iPhone Programming Tutorials | Also tagged , , , , , , , | 174 Comments

iPhone Programming Tutorial – Connecting Code to An Interface Builder View

Finally, we get to write some real code! In this tutorial, I will show you how to create an interface using Interface Builder and connect it to your code. We will be creating a UITextField, UILabel, and a Button. Now, [...]
Posted in Interface Builder, iPhone Programming Tutorials | Also tagged , , , , , | 172 Comments

iPhone Programming Tutorial – UITableView Hello World

In this tutorial I will walk to you through creating a simple "Hello World" application using a UITableView for the iPhone.  There are many ways that a Hello World program could be made on the iPhone, I am going to [...]
Posted in iPhone Programming Tutorials | Also tagged , , | 127 Comments