<?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: Over 2 millions downloads :)</title>
	<atom:link href="http://snctln.com/2010/04/13/over-2-millions-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://snctln.com/2010/04/13/over-2-millions-downloads/</link>
	<description>Software written by Sean Catlin</description>
	<lastBuildDate>Mon, 21 Feb 2011 05:50:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://snctln.com/2010/04/13/over-2-millions-downloads/comment-page-1/#comment-41</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://snctln.com/?p=216#comment-41</guid>
		<description>I am using the Android 2D API.  My app uses a SurfaceView and draws to it by manipualting the canvas obtained from the lockCanvas call on the SurfaceHolder.
There are 2 issues that I think once fixed will speed things up greatly, 1) Don&#039;t allocate new strings when updating the score at the top of the screen, this eventually triggers garbage collection which causes a 100ms or so pause, and 2) I need to abstract more code into a thread so that it is not running on the main loop, this should help the garbage collection issue too I believe.
All I know is that on my Nexus One I get about 60 fps reliably, I get roughly 45-50 fps reliably on my ADP1 and HTC Tattoo, and I get about 31 fps on my Milestone.  I read somewhere that I shouldn&#039;t expect more than 30 fps from the Milestone, but that combined with the garbage collection lags are giving the users a sense of sluggishness.
Overall it is something I need to address though.</description>
		<content:encoded><![CDATA[<p>I am using the Android 2D API.  My app uses a SurfaceView and draws to it by manipualting the canvas obtained from the lockCanvas call on the SurfaceHolder.<br />
There are 2 issues that I think once fixed will speed things up greatly, 1) Don&#8217;t allocate new strings when updating the score at the top of the screen, this eventually triggers garbage collection which causes a 100ms or so pause, and 2) I need to abstract more code into a thread so that it is not running on the main loop, this should help the garbage collection issue too I believe.<br />
All I know is that on my Nexus One I get about 60 fps reliably, I get roughly 45-50 fps reliably on my ADP1 and HTC Tattoo, and I get about 31 fps on my Milestone.  I read somewhere that I shouldn&#8217;t expect more than 30 fps from the Milestone, but that combined with the garbage collection lags are giving the users a sense of sluggishness.<br />
Overall it is something I need to address though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://snctln.com/2010/04/13/over-2-millions-downloads/comment-page-1/#comment-40</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Mon, 19 Apr 2010 05:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://snctln.com/?p=216#comment-40</guid>
		<description>Congrats on the d/ls..

The Droid isn&#039;t slower for graphics apps especially OpenGL ES ones (N1 is due to lower quality GPU). Is your app using the Android 2D API?

Check and confirm with this if it is:
http://www.typhon4android.org/androidbugs/droid2dtest-21/</description>
		<content:encoded><![CDATA[<p>Congrats on the d/ls..</p>
<p>The Droid isn&#8217;t slower for graphics apps especially OpenGL ES ones (N1 is due to lower quality GPU). Is your app using the Android 2D API?</p>
<p>Check and confirm with this if it is:<br />
<a href="http://www.typhon4android.org/androidbugs/droid2dtest-21/" rel="nofollow">http://www.typhon4android.org/androidbugs/droid2dtest-21/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dental hygienist</title>
		<link>http://snctln.com/2010/04/13/over-2-millions-downloads/comment-page-1/#comment-38</link>
		<dc:creator>dental hygienist</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://snctln.com/?p=216#comment-38</guid>
		<description>Valuable info. Lucky me I found your site by accident, I bookmarked it.</description>
		<content:encoded><![CDATA[<p>Valuable info. Lucky me I found your site by accident, I bookmarked it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://snctln.com/2010/04/13/over-2-millions-downloads/comment-page-1/#comment-35</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Apr 2010 02:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://snctln.com/?p=216#comment-35</guid>
		<description>Thanks for the comment.  I haven&#039;t taken the time to fully track down the issue so I am not ready to point any fingers at anything in particular.  Droid users are the most vocal about graphics &quot;lag&quot; issues in one particular game.  Theses issues do appear on my N1, ADP1, Tattoo but the issue appears to be worse on my new Milestone running 2.1-update1 (it came with that on it).  Droid owners were complaining well before the 2.1 update so I am just at the point where I need to devote some time to the issue, hopefully I will be able to work it out before the weekend.  I will give that test a try too and let you know how it goes.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment.  I haven&#8217;t taken the time to fully track down the issue so I am not ready to point any fingers at anything in particular.  Droid users are the most vocal about graphics &#8220;lag&#8221; issues in one particular game.  Theses issues do appear on my N1, ADP1, Tattoo but the issue appears to be worse on my new Milestone running 2.1-update1 (it came with that on it).  Droid owners were complaining well before the 2.1 update so I am just at the point where I need to devote some time to the issue, hopefully I will be able to work it out before the weekend.  I will give that test a try too and let you know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Leahy</title>
		<link>http://snctln.com/2010/04/13/over-2-millions-downloads/comment-page-1/#comment-34</link>
		<dc:creator>Mike Leahy</dc:creator>
		<pubDate>Wed, 14 Apr 2010 00:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://snctln.com/?p=216#comment-34</guid>
		<description>Congrats on the d/ls..

The Droid isn&#039;t slower for graphics apps especially OpenGL ES ones (N1 is due to lower quality GPU). Is your app using the Android 2D API?

Check and confirm with this if it is:
http://www.typhon4android.org/androidbugs/droid2dtest-21/</description>
		<content:encoded><![CDATA[<p>Congrats on the d/ls..</p>
<p>The Droid isn&#8217;t slower for graphics apps especially OpenGL ES ones (N1 is due to lower quality GPU). Is your app using the Android 2D API?</p>
<p>Check and confirm with this if it is:<br />
<a href="http://www.typhon4android.org/androidbugs/droid2dtest-21/" rel="nofollow">http://www.typhon4android.org/androidbugs/droid2dtest-21/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

