<?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 for alphero</title>
	<atom:link href="http://www.alphero.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphero.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 Nov 2011 23:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Understanding Objective-C autorelease memory management by Brendon</title>
		<link>http://www.alphero.com/mobile-development/understanding-objective-c-autorelease-memory-management/#comment-276</link>
		<dc:creator>Brendon</dc:creator>
		<pubDate>Sun, 27 Nov 2011 23:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphero.com/?p=335#comment-276</guid>
		<description>When you add a UIImage to a UIImageView, the UIImageView increases the retain count on the UIImage object, stoping it from being released, until you release the containing UIImageView. So if you add this view onto the screen, it will be retained until the view is removed via removeFromSuperview, at which point the retain count will be decreased and the UIImage can finally be released.</description>
		<content:encoded><![CDATA[<p>When you add a UIImage to a UIImageView, the UIImageView increases the retain count on the UIImage object, stoping it from being released, until you release the containing UIImageView. So if you add this view onto the screen, it will be retained until the view is removed via removeFromSuperview, at which point the retain count will be decreased and the UIImage can finally be released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Objective-C autorelease memory management by Lada</title>
		<link>http://www.alphero.com/mobile-development/understanding-objective-c-autorelease-memory-management/#comment-275</link>
		<dc:creator>Lada</dc:creator>
		<pubDate>Sun, 27 Nov 2011 22:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphero.com/?p=335#comment-275</guid>
		<description>Thanks for the article. I started self-learning Objective C more the year ago and I never understood this memory management. I made a couple of apps without taking care of releasing, it somehow worked. But now I have difficulties with [UIImage imageNamed:] as you mention. Is there a better way to show a jpeg from app´s bundle than this one? You say this method contains autorelease inside. It means that if I load this UIImage into UIImageView and then release that view then the image is released automatically, right? When I add it as subview to a view which is permanently shown on the screen then the autorelease cue is damaged? It must be because the image survives many system loops then, apparently is not autoreleased. But then when I removeFromSuperview the view, which should mean the superview releases my view with the image, then is it released or not? I&#039;m completely lost :-(</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I started self-learning Objective C more the year ago and I never understood this memory management. I made a couple of apps without taking care of releasing, it somehow worked. But now I have difficulties with [UIImage imageNamed:] as you mention. Is there a better way to show a jpeg from app´s bundle than this one? You say this method contains autorelease inside. It means that if I load this UIImage into UIImageView and then release that view then the image is released automatically, right? When I add it as subview to a view which is permanently shown on the screen then the autorelease cue is damaged? It must be because the image survives many system loops then, apparently is not autoreleased. But then when I removeFromSuperview the view, which should mean the superview releases my view with the image, then is it released or not? I&#8217;m completely lost <img src='http://www.alphero.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributing your HTML5 app via the App Store or Marketplace by HTML 5 Vs. Native Applications : Ahmad Assaf`s Blog</title>
		<link>http://www.alphero.com/mobile-development/distributing-your-html5-app-via-the-app-store-or-marketplace/#comment-268</link>
		<dc:creator>HTML 5 Vs. Native Applications : Ahmad Assaf`s Blog</dc:creator>
		<pubDate>Fri, 25 Nov 2011 12:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphero.com/?p=311#comment-268</guid>
		<description>[...] App Store Services (discovery, updates, payments &amp; trust) — Not only can HTML5 apps be sold through HTML5 or Chrome app stores, they can be sold directly through Apple’s App Store, Android Marketplace or Blackberry App World, after being placed in a simple “native” app shell such as Nimblekit or Phonegap (Distributing your HTML5 app via the App Store or Marketplace). [...]</description>
		<content:encoded><![CDATA[<p>[...] App Store Services (discovery, updates, payments &amp; trust) — Not only can HTML5 apps be sold through HTML5 or Chrome app stores, they can be sold directly through Apple’s App Store, Android Marketplace or Blackberry App World, after being placed in a simple “native” app shell such as Nimblekit or Phonegap (Distributing your HTML5 app via the App Store or Marketplace). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two conferences, two days, two extremes by Two conferences, two days, two extremes &#124; Today Headlines</title>
		<link>http://www.alphero.com/innovation/two-conferences-two-days-two-extremes/#comment-8</link>
		<dc:creator>Two conferences, two days, two extremes &#124; Today Headlines</dc:creator>
		<pubDate>Mon, 11 Apr 2011 19:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alphero.com/?p=294#comment-8</guid>
		<description>[...] the rest here:  Two conferences, two days, two extremes   Share [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here:  Two conferences, two days, two extremes   Share [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

