InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   iPhone (http://infinitemac.com/forumdisplay.php?f=104)
-   -   Best Tutorials (http://infinitemac.com/showthread.php?t=2670)

zack 04-23-2009 08:53 PM

Best Tutorials
 
Post a list of the best tutorial websites to help your iPhone development get off the ground. The main ones I found are:

http://icodeblog.com/
Simple tutorials on SQLite and a few other controls such as the TabBarView. This is the only site so far that has a simple game tutorial. They also have tutorials on opening mail to send emails and making a web browser with the UIWebView. The SQLite tutorial helps you create a todo application.

Getting Set Up
UITableView Hello World
Beginner Interface Builder Hello World
Connecting Code to An Interface Builder View
Transitioning Between Views
Populating UITableView With An NSArray
Creating a ToDo List Using SQLite Part 1
Creating a ToDo List Using SQLite Part 2
Creating a ToDo List Using SQLite Part 3
Creating a ToDo List Using SQLite Part 4
UITabBar iPhone Tutorial
Saving/Retrieving Data Using NSUserDefaults
Using A TabBarView To Switch Between Views
Animating a Ball Using An NSTimer
Intro to SOAP Web Services


http://www.iphonesdkarticles.com/
This site contains many tutorials which cover a lot of useful information. As there is so much here are the links to the many series of tutorials that they have written. Starting with the basics they progress to making some quite complete ideas.

UIPickerView Tutorial Series
UITableView Tutorial Series
iPhone - Parsing XML Files
iPhone Localization Tutorial Series
iPhone SQLite Tutorial Series
iPhone Touch Tutorial Series
Adding a UIToolbar to a UINavigationController
Using WebView to open an URL
iPhone Application Preferences
First iPhone Application


http://www.iphonedevcentral.org/
One of the interesting things about these tutorials is firstly that they are written by many people and secondly because they are some of the only video tutorials that I have listed. There are some video tutorials on iCodeBlog. They have three levels of difficulty with a description of each level.

Beginner Tutorials
- Little or no knowledge of Objective C and/or Cocoa
- Little or no knowledge of the basic syntax for Objective C and/or Cocoa
- Little or no knowledge of classes, pointers, functions, methods, loops etc.
- Little or no experience with Xcode
- Little or no experience developing on the MAC applications


Intermediate Tutorials
- General knowledge of Objective C and/or Cocoa
- General knowledge of the basic syntax for Objective C and/or Cocoa
- A good understanding of classes, pointers, functions, methods, loops etc.
- Experience with Xcode
- Experience developing on the MAC applications


Advanced Tutorials
- Have a full understanding of the tutorials offered in the Beginner and Intermediate levels.


http://iphonedevelopment.blogspot.com/
These tutorials are a set of OpenGL tutorials. They only seem to have two main tutorials at the moment although they have just released one on using Instruments to check iPhone texture memory usage.

OpenGL ES From the Ground Up, Part 1: Basic Concepts
OpenGL ES From the Ground Up, Part 2: A Look at Simple Drawing
Using Instruments to check iPhone Texture Memory Usage

Voyn1x 04-25-2009 07:40 PM

Good job, I think a sticky is required (Y)

I might try my hand at one of these.

uman 05-29-2009 03:46 PM

Nice Screencasts from Pragmatic Studio
 
I like Mike Clark's presentation style. So far, I've only listened to the free bonus screencasts, but the quality is good, and I may check out the paid ($5) screencasts.

http://www.pragmaticstudio.com/screencasts

uman 05-29-2009 03:48 PM

Oops. Forgot my manners. Thanks for posting this, Zack. The OpenGL ES stuff looks promising-- not many tutorials on that so far.

-u

zack 06-09-2009 06:20 PM

lol I think we should see some new tutorials come out now with the launch of the GM seed of the 3.0 SDK. I'll go searching in the next week. Not sure when the NDA is going to be lifted (it may have already but I have no clue)

uman 06-25-2009 12:38 PM

Quote:

Originally Posted by zack (Post 27735)
lol I think we should see some new tutorials come out now with the launch of the GM seed of the 3.0 SDK. I'll go searching in the next week. Not sure when the NDA is going to be lifted (it may have already but I have no clue)

I'm not sure if these are 3.0, but you may want to add them to the sticky:

http://www.stanford.edu/class/cs193p/cgi-bin/index.php

They are the code and lectures from the Spring 2009 quarter of Stanford U's CS 193P iPhone programming course available for free on iTunes U.

-u