Log in

View Full Version : Developing Your First iPhone App


Vincent Ferrari
04-29-2009, 09:00 PM
<div class='os_post_top_link'><a href='http://www.tuaw.com/2009/04/27/iphone-dev-101-the-hello-world-app/' target='_blank'>http://www.tuaw.com/2009/04/27/ipho...ello-world-app/</a><br /><br /></div><p><em>"In the last iPhone Dev 101 post, I told you a little about creating your first project using Xcode; however, in this post, I want to show you how to create your first application that will run in the iPhone simulator. In honor of staying with the classic way of teaching programming, we'll create a "Hello World!" application as our first one."</em></p><p><img src="http://images.thoughtsmedia.com/resizer/thumbs/size/600/at/auto/1240973207.usr18053.jpg" /></p><p>10 Print "Hello"</p><p>20 Goto 10</p><p>Run</p><p>That's the extent of my programming chops.&nbsp; Okay, that's an exaggeration but after this excellent tutorial, I think it's time to update my knowledge a hair.&nbsp; Cory does a great job of making it easy to understand and gives just the right amount of handholding to get your feet wet.&nbsp; When I was first learning MS SQL, I was utterly lost and now I'm damn good at it.&nbsp; All it took was some confidence building.</p><p>What are you waiting for?&nbsp; Go get started!</p>

encece
04-30-2009, 02:24 AM
Right before leaving Windows Mobile I started to learn Visual Basic....not even enough to be dangerous.

I've downloaded the SDK tools some time ago and am totally lost. I really hope to learn some basics and hope they keep up with the tutorials. I like to learn in small doses and then pick things apart myself...but I need to get the core development process down.

encece
04-30-2009, 02:27 AM
PS.

I always used to write:

10 A=1
20 Print A
30 A=A+1
40 Goto 20

Run....Then stare for hours!

(I also often hit +1 on a calculator and hit = as many times as I can)
Simple pleasures! :D