<?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: Coding a parallax scrolling background for Android</title>
	<atom:link href="https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Mon, 20 Apr 2026 12:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: anon</title>
		<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/#comment-17446</link>
		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Fri, 06 Dec 2024 07:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=14613#comment-17446</guid>
		<description><![CDATA[Would you be able to place dates on when the articles were written?
Adding dates would go a long way with indicating how old the IDE, Java, and Android ADK/SDK were at the time of writing.
Debugging those issues is a pita if you&#039;re a newer developer.  (Many may not even know how to debug those issues)...

Thanks - for writing these articles...they are very well done.]]></description>
		<content:encoded><![CDATA[<p>Would you be able to place dates on when the articles were written?<br />
Adding dates would go a long way with indicating how old the IDE, Java, and Android ADK/SDK were at the time of writing.<br />
Debugging those issues is a pita if you&#8217;re a newer developer.  (Many may not even know how to debug those issues)&#8230;</p>
<p>Thanks &#8211; for writing these articles&#8230;they are very well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/#comment-17445</link>
		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Fri, 06 Dec 2024 07:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=14613#comment-17445</guid>
		<description><![CDATA[the carats are removed (I&#039;m not a usual poster to boards like these)  I guess you have to escape the carats &#039;&gt;&#039;

&quot;ArrayList;backgrounds;&quot;
vs
&quot;ArrayList backgrounds;&quot;]]></description>
		<content:encoded><![CDATA[<p>the carats are removed (I&#8217;m not a usual poster to boards like these)  I guess you have to escape the carats &#8216;&gt;&#8217;</p>
<p>&#8220;ArrayList;backgrounds;&#8221;<br />
vs<br />
&#8220;ArrayList backgrounds;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/#comment-17444</link>
		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Fri, 06 Dec 2024 07:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=14613#comment-17444</guid>
		<description><![CDATA[There is an extra ; in the ParallaxView class when you declare ArrayList.
The line is shown as: ArrayList; backgrounds;
I believe it should be: ArrayList backgrounds;
The extra ; is between the  &amp; backgrounds]]></description>
		<content:encoded><![CDATA[<p>There is an extra ; in the ParallaxView class when you declare ArrayList.<br />
The line is shown as: ArrayList; backgrounds;<br />
I believe it should be: ArrayList backgrounds;<br />
The extra ; is between the  &amp; backgrounds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raskoljnikovic</title>
		<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/#comment-17323</link>
		<dc:creator><![CDATA[Raskoljnikovic]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 10:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=14613#comment-17323</guid>
		<description><![CDATA[EDIT: Does multithreading helps with this?]]></description>
		<content:encoded><![CDATA[<p>EDIT: Does multithreading helps with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raskoljnikovic</title>
		<link>https://gamecodeschool.com/android/coding-a-parallax-scrolling-background-for-android/#comment-17322</link>
		<dc:creator><![CDATA[Raskoljnikovic]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 10:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=14613#comment-17322</guid>
		<description><![CDATA[It&#039;s not even ok on a Xiaomi Redmi Note 7. I guess I need to use less images.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not even ok on a Xiaomi Redmi Note 7. I guess I need to use less images.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
