<?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: Android Day 7: Leftovers</title>
	<atom:link href="http://www.philhassey.com/blog/2010/07/28/android-day-7-leftovers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philhassey.com/blog/2010/07/28/android-day-7-leftovers/</link>
	<description>game dev blog</description>
	<lastBuildDate>Fri, 06 Jan 2012 23:00:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2010/07/28/android-day-7-leftovers/comment-page-1/#comment-22591</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=416#comment-22591</guid>
		<description>Yeah .. I eventually decided to just stick with only using SDK version 4 since so many people don&#039;t have devices with newer versions.  The preferred install location I might change in the future, but for now since I&#039;ve got the binary small enough I&#039;m not going to mess with it.  I don&#039;t want to risk accidentally releasing a build that calls functions that don&#039;t exist (which is what I found I was doing during testing.)

-Phil</description>
		<content:encoded><![CDATA[<p>Yeah .. I eventually decided to just stick with only using SDK version 4 since so many people don&#8217;t have devices with newer versions.  The preferred install location I might change in the future, but for now since I&#8217;ve got the binary small enough I&#8217;m not going to mess with it.  I don&#8217;t want to risk accidentally releasing a build that calls functions that don&#8217;t exist (which is what I found I was doing during testing.)</p>
<p>-Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.philhassey.com/blog/2010/07/28/android-day-7-leftovers/comment-page-1/#comment-22588</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=416#comment-22588</guid>
		<description>Note that you can set your minSdkVersion to 4 and your targetSdkVersion to 8, thereby maintaining compatibility with 1.6+ and still using optional features from 2.2 (like the preferred install location, or new multitouch apis).  Just be careful not to call functions that didn&#039;t exist in older system versions.  There&#039;s an Android Developer Blog post about this.</description>
		<content:encoded><![CDATA[<p>Note that you can set your minSdkVersion to 4 and your targetSdkVersion to 8, thereby maintaining compatibility with 1.6+ and still using optional features from 2.2 (like the preferred install location, or new multitouch apis).  Just be careful not to call functions that didn&#8217;t exist in older system versions.  There&#8217;s an Android Developer Blog post about this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

