<?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>droolJunkie&#187; Code Uncode</title>
	<atom:link href="http://www.drooljunkie.com/category/code-uncode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drooljunkie.com</link>
	<description>Not just another tech Blog</description>
	<lastBuildDate>Thu, 10 Mar 2011 18:49:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 4 (Multiple lines in navigation bar&#8217;s title)</title>
		<link>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/</link>
		<comments>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 18:49:44 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=785</guid>
		<description><![CDATA[Many a times, we need the UINavigation bar title to have more than one line, we can do this easily by customizing the titleView of the UINavigationItem. The following method would help you get started: - (void)customNavBarTitle: (NSString *)titleStr { UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(([self.title length] &#38;lt; 10 ? UITextAlignmentCenter : UITextAlignmentLeft), 0, 480,44)]; [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Android development together: Week 1</title>
		<link>http://www.drooljunkie.com/2010/05/beginning-android-development-together-week-1/</link>
		<comments>http://www.drooljunkie.com/2010/05/beginning-android-development-together-week-1/#comments</comments>
		<pubDate>Fri, 07 May 2010 02:24:22 +0000</pubDate>
		<dc:creator>Ravi Vyas</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[ADT]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=692</guid>
		<description><![CDATA[Hello all future android rock-stars. Beginning today droolJunkie is going to have a weekly post where we together will be learning how to develop on Android. Week 1: Setting up the tools of the trade Google provides very powerful tools to develop on the Android platform. They not only have command line tools but also [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/05/beginning-android-development-together-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK 3.2: whats new?</title>
		<link>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/</link>
		<comments>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:31:14 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone 3.2]]></category>
		<category><![CDATA[iphone sdk 3.2]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=554</guid>
		<description><![CDATA[With the latest announcement of iPad, what came along is the iPhone&#8217;s new SDK 3.2. Other than featuring iPad only split views and pop overs shown extensively during the Steve&#8217;s presentation, there are many more elements which look really interesting and would be very worthy for business and student oriented apps. I am listing a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search for a Regular Expression: iPhone/iPad Development</title>
		<link>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/</link>
		<comments>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 21:39:42 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=673</guid>
		<description><![CDATA[There are several instances when we need to search for specific type of text in a string or document. For example, searching for a URL in a HTML file, confirming e-mail address in a web form field and so on. The easiest way to get around this is by using an open source library called: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 3 (double free errors)</title>
		<link>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/</link>
		<comments>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:48:19 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[autorelease]]></category>
		<category><![CDATA[double free]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[malloc error]]></category>
		<category><![CDATA[malloc_error_break]]></category>
		<category><![CDATA[memory issues]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=657</guid>
		<description><![CDATA[At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

