<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone Programming Tutorial â€“ Creating a ToDo List Using SQLite Part 3</title>
	<atom:link href="http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: a online to do list</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-8933</link>
		<dc:creator>a online to do list</dc:creator>
		<pubDate>Thu, 08 Dec 2011 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-8933</guid>
		<description>
Great Article . Thank you. 

For the users who read this article,Â  Here is the Part 4

http://www.icodeblog.com/2008/09/22/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4/

---------------------
online to do list
http://onlinedolist.com
</description>
		<content:encoded><![CDATA[<p>Great Article . Thank you. </p>
<p>For the users who read this article,Â  Here is the Part 4</p>
<p><a href="http://www.icodeblog.com/2008/09/22/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4/" rel="nofollow">http://www.icodeblog.com/2008/09/22/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-4/</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
online to do list<br />
<a href="http://onlinedolist.com" rel="nofollow">http://onlinedolist.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atbm</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-5881</link>
		<dc:creator>Atbm</dc:creator>
		<pubDate>Sat, 02 Apr 2011 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-5881</guid>
		<description>Thanks for the tutorial. Regarding applicationWillTerminate, clicking the home button and to exit and then returning to the app will keep the changes, however even after doing this and then quitting, the data is not saved. Is there a way to keep it persistent?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. Regarding applicationWillTerminate, clicking the home button and to exit and then returning to the app will keep the changes, however even after doing this and then quitting, the data is not saved. Is there a way to keep it persistent?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kuyath</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4247</link>
		<dc:creator>Brian Kuyath</dc:creator>
		<pubDate>Mon, 31 Jan 2011 00:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4247</guid>
		<description>@DaManMP Thanks for the tip on moving the &#039;makeObjectsPerformSelector&#039; call to the &#039;applicationDidEnterBackground&#039; method. I was wondering about that as I was working through the tutorial.</description>
		<content:encoded><![CDATA[<p>@DaManMP Thanks for the tip on moving the &#8216;makeObjectsPerformSelector&#8217; call to the &#8216;applicationDidEnterBackground&#8217; method. I was wondering about that as I was working through the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaManMP</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4246</link>
		<dc:creator>DaManMP</dc:creator>
		<pubDate>Fri, 31 Dec 2010 19:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4246</guid>
		<description>Like many others I found this article extremely helpful in understanding the details of interacting with the SQLLite DB. One thing I would like to point out here is the dehydrate function is not called in iOS v4.X applicationWillTerminate because of the ability to use multi-tasking now. I added the makeObjectsPerformSelector call to the applicationDidEnterBackground method and all is good.</description>
		<content:encoded><![CDATA[<p>Like many others I found this article extremely helpful in understanding the details of interacting with the SQLLite DB. One thing I would like to point out here is the dehydrate function is not called in iOS v4.X applicationWillTerminate because of the ability to use multi-tasking now. I added the makeObjectsPerformSelector call to the applicationDidEnterBackground method and all is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cygnis media</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4245</link>
		<dc:creator>cygnis media</dc:creator>
		<pubDate>Tue, 28 Dec 2010 09:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4245</guid>
		<description>Thanks for sharing knowledge..</description>
		<content:encoded><![CDATA[<p>Thanks for sharing knowledge..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: App development per iOS, i tutorial - TheAppleLounge</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4244</link>
		<dc:creator>App development per iOS, i tutorial - TheAppleLounge</dc:creator>
		<pubDate>Mon, 13 Dec 2010 17:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4244</guid>
		<description>[...] e salvataggio dati) nelle applicazioni per iOS.Â Create a to do list using SQLlite (parte 2),Â Create a to do list using SQLlite (parte 3),Â Create a to do list using SQLlite (parte [...]</description>
		<content:encoded><![CDATA[<p>[...] e salvataggio dati) nelle applicazioni per iOS.Â Create a to do list using SQLlite (parte 2),Â Create a to do list using SQLlite (parte 3),Â Create a to do list using SQLlite (parte [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angie</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4243</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Sat, 27 Nov 2010 05:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4243</guid>
		<description>Thanks for the info!  Have you done Part 4, and if so, how can I get it?</description>
		<content:encoded><![CDATA[<p>Thanks for the info!  Have you done Part 4, and if so, how can I get it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Soni</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4242</link>
		<dc:creator>Anil Soni</dc:creator>
		<pubDate>Wed, 24 Nov 2010 05:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4242</guid>
		<description>Very helpful for beginners...</description>
		<content:encoded><![CDATA[<p>Very helpful for beginners&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Soni</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4241</link>
		<dc:creator>Anil Soni</dc:creator>
		<pubDate>Wed, 24 Nov 2010 05:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4241</guid>
		<description>Very helpful for beginners.........</description>
		<content:encoded><![CDATA[<p>Very helpful for beginners&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soni</title>
		<link>http://www.icodeblog.com/2008/09/10/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-3/#comment-4240</link>
		<dc:creator>Soni</dc:creator>
		<pubDate>Wed, 24 Nov 2010 05:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=339#comment-4240</guid>
		<description>Very helpful for beginners.......</description>
		<content:encoded><![CDATA[<p>Very helpful for beginners&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

