<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Training plan for iPhone App - The Upside Learning Blog</title>
	<atom:link href="https://blog.upsidelearning.com/tag/training-plan-for-iphone-app/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.upsidelearning.com</link>
	<description>Read our Mind. Experiences. Insights. Learnings</description>
	<lastBuildDate>Tue, 10 Mar 2026 11:00:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://d2k0gkbwm0z9hv.cloudfront.net/wp-content/uploads/2022/09/favicon.ico</url>
	<title>Training plan for iPhone App - The Upside Learning Blog</title>
	<link>https://blog.upsidelearning.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Training Plan For iPhone Application Development</title>
		<link>https://blog.upsidelearning.com/2010/08/20/training-plan-for-iphone-application-development/</link>
					<comments>https://blog.upsidelearning.com/2010/08/20/training-plan-for-iphone-application-development/#respond</comments>
		
		<dc:creator><![CDATA[Amar Jadhav]]></dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:06:43 +0000</pubDate>
				<category><![CDATA[Mobile Learning]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[Iphone App Development]]></category>
		<category><![CDATA[Training plan for iPhone App]]></category>
		<guid isPermaLink="false">https://blog.upsidelearning.comindex.php/2010/08/20/training-plan-for-iphone-application-development/</guid>

					<description><![CDATA[<p>Right now, everyone wants to develop applications for mobile devices and in particular for the iPhone, as it has changed the way we look at mobile devices. There is lots of material available about iPhone development on the web but very little about how to go about it. While working on iPhone development I have &#8230;</p>
<p>The post <a href="https://blog.upsidelearning.com/2010/08/20/training-plan-for-iphone-application-development/">Training Plan For iPhone Application Development</a> first appeared on <a href="https://blog.upsidelearning.com">The Upside Learning Blog</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Right now, everyone wants to develop applications for mobile devices and in particular for the iPhone, as it has changed the way we look at mobile devices. There is lots of material available about iPhone development on the web but very little about how to go about it. While working on iPhone development I have collected some links and we thought of creating a training plan for iPhone development for other Upsiders.</p>
<p>The training plan below, assumes that you’ll have the following skills to speed your iPhone development:</p>
<ul>
<li style="margin-top: -10px;">Knowledge of C/C++/Java</li>
<li>Design patterns like MVC-2, Delegate</li>
<li>Event delegation model in core java</li>
</ul>
<p>Having knowledge of a server side programming language like J2EE, PHP, or ASP.Net will certainly help as any reasonably sophisticated iPhone app will require communication with third party services for data. Knowledge of web services like Restful (for communication) and JSON for data interchange is an added plus.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr bgcolor="#007cc3">
<td style="text-align: center;" colspan="4" valign="top" width="638">
<h2><span style="color: #ffffff;"><strong>Training plan For iPhone Development</strong></span></h2>
</td>
</tr>
<tr>
<td colspan="4" valign="top" width="638"><span style="color: #000000;"><strong>Time Required- 30 Person Days</strong></span></td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31"><strong>#</strong></td>
<td style="text-align: center;" valign="top" width="288"><strong>Topic</strong></td>
<td style="text-align: center;" valign="top" width="60"><strong>Estimate Days</strong></td>
<td style="text-align: center;" valign="top" width="260"><strong>Comments</strong></td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">1</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li>Introduction to the iPhone
<ul style="padding-left: 25px;">
<li><a href="http://www.lynda.com/home/displaycourse.aspx?lpk2=61023" target="_blank" rel="noopener">A tour around the iPhone and the iPod Touch</a></li>
<li><a href="http://www.lynda.com/home/displaycourse.aspx?lpk2=61023" target="_blank" rel="noopener">The Home screen and Home button</a></li>
</ul>
</li>
<li><a href="http://developer.apple.com/programs/register/" target="_blank" rel="noopener">Register to IPhone developer network to access resources</a></li>
<li><a href="http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/URL_iPhone_OS_Overview/index.html#//apple_ref/doc/uid/TP40007592" target="_blank" rel="noopener">iOS Overview</a></li>
<li><a href="http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/URL_Tools_for_iPhone_OS_Development/index.html" target="_blank" rel="noopener">Tools for IOS Development</a></li>
<li><a href="http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/index.html#//apple_ref/doc/uid/TP40007594" target="_blank" rel="noopener">Learning Objective C</a></li>
<li><a href="http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/125-Using_iPhone_Simulator/iphone_simulator_application.html#//apple_ref/doc/uid/TP40007959-CH9-SW1" target="_blank" rel="noopener">Using IPhone Simulator</a></li>
</ul>
<p style="padding-left: 10px;"><strong>Videos: </strong></p>
<ul style="padding-left: 20px;">
<li style="margin-top: -15px;">Introduction to the iPhone SDK</li>
<li>iPhone Development Tools Overview</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">4</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">Basic understanding.</p>
<p style="padding-left: 15px;"><strong>Regarding videos</strong>:<br />
After registering to free iPhone development program you can download and view related videos through iTunes.</p>
</td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">2</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li><a href="http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/100-iOS_Development_Quick_Start/development_quick_start.html#//apple_ref/doc/uid/TP40007959-CH3-SW1" target="_blank" rel="noopener">IOS Development Quick Start</a>-Hello World App</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">1</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">Simple application</p>
</td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">3</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li><a href="http://www.upsidelearning.com/blog" target="_blank" rel="noopener">Upsidelearning Blog</a>-Read series on IPhone-User interface guidelines 1-3</li>
<li><a href="http://developer.apple.com/iphone/library/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009503-CH1-SW2" target="_blank" rel="noopener">View Programming Guide</a></li>
<li><a href="http://developer.apple.com/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/BasicViewControllers/BasicViewControllers.html#//apple_ref/doc/uid/TP40007457-CH101-SW1" target="_blank" rel="noopener">View Controllers</a></li>
<li>Explore following samples
<ul style="padding-left: 25px;">
<li><a href="http://developer.apple.com/iphone/library/samplecode/UICatalog/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007710" target="_blank" rel="noopener">UICatalog</a></li>
<li><a href="http://developer.apple.com/iphone/library/samplecode/NavBar/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007418" target="_blank" rel="noopener">NavBar</a></li>
<li><a href="http://developer.apple.com/iphone/library/samplecode/TheElements/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007419" target="_blank" rel="noopener">TheElements</a></li>
</ul>
</li>
</ul>
<p style="padding-left: 10px;"><strong>Videos: </strong></p>
<ul style="padding-left: 20px;">
<li style="margin-top: -5px;">Ingredients of Great iPhone App- Some samples of great IPhone apps</li>
<li>iPhone User Interface Design</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">5</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">IPhone user interface design.<br />
Introduction to views and view controllers.<br />
Explore samples related to it.</p>
</td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">4</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li><a href="http://developer.apple.com/iphone/library/documentation/uikit/reference/UITableView_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006943-CH3-DontLinkElementID_1" target="_blank" rel="noopener">Data grid/Table control</a></li>
<li>Explore following samples
<ul style="padding-left: 25px;">
<li><a href="http://developer.apple.com/iphone/library/samplecode/TableViewSuite/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007318" target="_blank" rel="noopener">TableViewSuite</a></li>
</ul>
</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">3</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">Introduction to Table control.<br />
Explore samples related to it.</p>
</td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">5</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li>Develop application using in built table control. You can also create custom table control like this.</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">3</td>
<td valign="top" width="200"></td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">6</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li><a href="http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html" target="_blank" rel="noopener">iPhone Human Interface Guidelines</a></li>
<li><a href="http://www.henkwijnholds.com/sketching-prototyping-tools-iphone-apps/sketching/" target="_blank" rel="noopener">iPhone App Prototyping</a>
<ul>
<li><a href="http://www.flickr.com/photos/owaters/3846053408/" target="_blank" rel="noopener">Paper prototyping</a></li>
</ul>
</li>
<li><a href="http://developer.apple.com/iphone/library/navigation/index.html?section=Resource+Types&amp;topic=Sample+C#section=Resource%20Types&amp;topic=Sample%20Code" target="_blank" rel="noopener">Sample codes</a> (Explore samples)</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">4</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">Understand user interface guidelines.<br />
Paper prototyping.<br />
Explore samples.</p>
</td>
</tr>
<tr>
<td style="text-align: center;" valign="top" width="31">7</td>
<td valign="top" width="288">
<ul style="padding-left: 20px;">
<li>Developing advance IPhone app like BASIC twitter /facebook client</li>
</ul>
</td>
<td style="text-align: center;" valign="top" width="120">10</td>
<td valign="top" width="200">
<p style="padding-left: 15px;">Develop complete application</p>
</td>
</tr>
<tr>
<td colspan="4" valign="top" width="607">
<p style="padding-left: 10px;"><strong>Resources</strong></p>
<ul style="padding-left: 20px;">
<li style="margin-top: -15px;"><a href="http://developer.apple.com/iphone/library/codinghowtos/UserExperience/index.html" target="_blank" rel="noopener">How to- User experience coding</a></li>
<li><a href="http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/CoreApplication/CoreApplication.html#//apple_ref/doc/uid/TP40007072-CH3-SW15" target="_blank" rel="noopener">Design patterns used in IPhone development</a></li>
<li><a href="http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/CoreApplication/CoreApplication.html#//apple_ref/doc/uid/TP40007072-CH3-SW14" target="_blank" rel="noopener">Reading The Core Application Design</a></li>
<li><a href="http://developer.apple.com/iphone/index.action" target="_blank" rel="noopener">http://developer.apple.com/iPhone/index.action</a></li>
<li><strong>Videos:</strong>
<ul style="padding-left: 25px;">
<li>In-House Development for iPhone</li>
<li>Key Practices for iPhone Application Development</li>
</ul>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>This training plan if properly implemented can help you create productive and utility kind of applications. To create immersive kind of application like games you will need to know <a href="http://developer.apple.com/iphone/library/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/Introduction/Introduction.html" target="_blank" rel="noopener">OpenGL ES programming</a>, which is another matter altogether.</p><p>The post <a href="https://blog.upsidelearning.com/2010/08/20/training-plan-for-iphone-application-development/">Training Plan For iPhone Application Development</a> first appeared on <a href="https://blog.upsidelearning.com">The Upside Learning Blog</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.upsidelearning.com/2010/08/20/training-plan-for-iphone-application-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
