<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>iTouch My iPhone</title>
	<link>http://blogs.tech-recipes.com/itouchmyiphone</link>
	<description>News and Reviews about iPhone and iTouch Apps</description>
	<pubDate>Sun, 30 Mar 2008 02:25:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.5</generator>
	<language>en</language>
			<item>
		<title>First iPhone/iTouch SDK App in the Wild &#8212; ToDo App 0.25</title>
		<link>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/28/first-iphoneitouch-sdk-app-in-the-wild-todo-app-025/</link>
		<comments>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/28/first-iphoneitouch-sdk-app-in-the-wild-todo-app-025/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 01:01:38 +0000</pubDate>
		<dc:creator>davak</dc:creator>
		
		<category><![CDATA[ToDo App]]></category>

		<guid isPermaLink="false">http://blogs.tech-recipes.com/itouchmyiphone/2008/03/28/first-iphoneitouch-sdk-app-in-the-wild-todo-app-025/</guid>
		<description><![CDATA[<img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/todo_app.png' alt='ToDo App iPhone' />
<P>All of the iPhone/iTouch applications that currently exist were created without the official SDK.  To be brought into the eventual iTunes distribution system, these applications will eventually need to be converted over.  
<P>The first one to appear in the wild is Erica Sadun's ToDo App 0.25.  It appears in the Aspen Simulator as Tapp.  It is a super simple app.  However, it is important as the first public "hello world" application of the new sdk.
<P>Keep reading for screenshots and more details...]]></description>
			<content:encoded><![CDATA[<p><img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/todo_app.png' alt='ToDo App iPhone' /></p>
<p>All of the iPhone/iTouch applications that currently exist were created without the official SDK.  To be brought into the eventual iTunes distribution system, these applications will eventually need to be converted over.  </p>
<p>The first one to appear in the wild is <a href="http://ericasadun.com/ftp/SDK-Applications/">Erica Sadun&#8217;s ToDo App 0.25</a>.  It appears in the Aspen Simulator as Tapp.</p>
<p><img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/todo_app_1.png' alt='ToDo App iPhone Pic 1'></p>
<p>To Do lists can be created and edited.  Each list can be set as either normal or high priority.  Each list can have items added to it.  A list can be grayed out by setting it as completed.</p>
<p><img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/todo_app_2.png' alt='ToDo App iPhone Pic 2' /></p>
<p>It is a super simple app.  However, it is first public &#8220;hello world&#8221; application of the new sdk. </p>
<p><a href="http://blogs.tech-recipes.com/podcasts/2008/03/29/demonstration-of-todo-app-for-iphone/">Screencast of the ToDo Application in Action</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/28/first-iphoneitouch-sdk-app-in-the-wild-todo-app-025/feed/</wfw:commentRss>
		</item>
		<item>
		<title>From iPhone SDK to Simple App in Less than 45.2 Seconds</title>
		<link>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/26/from-iphone-sdk-to-simple-app-in-less-than-452-seconds/</link>
		<comments>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/26/from-iphone-sdk-to-simple-app-in-less-than-452-seconds/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 14:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[screencast]]></category>

		<category><![CDATA[sdk]]></category>

		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://blogs.tech-recipes.com/itouchmyiphone/2008/03/26/from-iphone-sdk-to-simple-app-in-less-than-452-seconds/</guid>
		<description><![CDATA[<P><a href="http://blogs.tech-recipes.com/itouchmyiphone/2008/03/26/from-iphone-sdk-to-simple-app-in-less-than-452-seconds/"><img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/iphone_sdk-300.png' alt='iphone_sdk-300.png' /></a><BR><BR>For developers not familiar with Xcode, the iPhone SDK can be a little confusing.  Here is the brain dead simple way to get from SDK to a working sample in the iPhone Simulator.  Honestly, after the SDK is downloaded and installed, you can be playing with the iPhone Simulator in seconds.  Video screencast demonstration included...]]></description>
			<content:encoded><![CDATA[<p><a href='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/iphone_sdk.png' title='iphone sdk tutorial'><img src='http://blogs.tech-recipes.com/itouchmyiphone/files/2008/03/iphone_sdk_thumb.png' alt='iphone sdk tutorial thumb' /></a></p>
<p>For developers not familiar with Xcode, the iPhone SDK can be a little confusing.  Here is the brain dead simple way to get from SDK to a working sample in the iPhone Simulator.</p>
<p>The long painful parts of the process is actually getting access to the SDK, downloading it, and installing it.  If you go through the <a href="http://developer.apple.com/iphone/index.action">Apple Dev Center</a>, you will need to create an account before you will get the SDK link.  You can also get the SDK from multiple torrent sites.  Downloading and installing are not difficult but time consuming considering the size of the files involved.  Once the files are installed, everything gets easy.</p>
<p>1. Open the Xcode app<br />
2. Select <strong>File</strong> -&gt; <strong>New Project</strong><br />
3. Select the <strong>Cocoa Touch Application</strong><br />
4. Select a name and save it in the <strong>Documents</strong> folder<br />
5. Once the project appears, click <strong>Build and Go</strong><br />
6. The Aspen iPhone Simulator will load<br />
7. Close Simulator by clicking the <strong>Tasks</strong> stop button</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/QC7ZezQof3A" width="425" height="355" wmode="transparent">
<param name="movie" value="http://www.youtube.com/v/QC7ZezQof3A" /></object></p>
<p>Fun, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.tech-recipes.com/itouchmyiphone/2008/03/26/from-iphone-sdk-to-simple-app-in-less-than-452-seconds/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
