<?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: Building a simple game engine</title>
	<atom:link href="https://gamecodeschool.com/android/building-a-simple-game-engine/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/android/building-a-simple-game-engine/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Fri, 06 Jun 2025 18:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Jeramy D</title>
		<link>https://gamecodeschool.com/android/building-a-simple-game-engine/#comment-17197</link>
		<dc:creator><![CDATA[Jeramy D]]></dc:creator>
		<pubDate>Thu, 26 Dec 2019 00:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11828#comment-17197</guid>
		<description><![CDATA[And for those folks having issues with a blank screen, check to make sure that you have set the playing class member variable to true. You can see this on the last line inside of the GameView inner class in the complete listing. Additionally make sure you have the gameView.resume() line in the overrided onResume method and the gameView.pause() in the overrided onPause method.

Hope everyone has a wonderful day!]]></description>
		<content:encoded><![CDATA[<p>And for those folks having issues with a blank screen, check to make sure that you have set the playing class member variable to true. You can see this on the last line inside of the GameView inner class in the complete listing. Additionally make sure you have the gameView.resume() line in the overrided onResume method and the gameView.pause() in the overrided onPause method.</p>
<p>Hope everyone has a wonderful day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeramy D</title>
		<link>https://gamecodeschool.com/android/building-a-simple-game-engine/#comment-17196</link>
		<dc:creator><![CDATA[Jeramy D]]></dc:creator>
		<pubDate>Wed, 25 Dec 2019 23:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11828#comment-17196</guid>
		<description><![CDATA[See the following post for information on switching the default activity to the SimplaGameEngine activity.

https://stackoverflow.com/questions/3631982/change-applications-starting-activity]]></description>
		<content:encoded><![CDATA[<p>See the following post for information on switching the default activity to the SimplaGameEngine activity.</p>
<p><a href="https://stackoverflow.com/questions/3631982/change-applications-starting-activity" rel="nofollow">https://stackoverflow.com/questions/3631982/change-applications-starting-activity</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/building-a-simple-game-engine/#comment-17122</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 07:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11828#comment-17122</guid>
		<description><![CDATA[Hmmm. The only other thing I can think you should check is the call to setContentView.]]></description>
		<content:encoded><![CDATA[<p>Hmmm. The only other thing I can think you should check is the call to setContentView.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>https://gamecodeschool.com/android/building-a-simple-game-engine/#comment-17120</link>
		<dc:creator><![CDATA[Johann]]></dc:creator>
		<pubDate>Wed, 25 Sep 2019 22:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11828#comment-17120</guid>
		<description><![CDATA[Thanks John. I dont think it&#039;s related to debugging as the device is setup for debugging and the initial &#039;Hello World&#039; display for the app did show on my device without issues but it was only after refactoring the name of the activity this new issue cropped up. I will see what I can dig into, I&#039;m sure I&#039;ve made some mistake somewhere with regards to the activity/class while creating the project.]]></description>
		<content:encoded><![CDATA[<p>Thanks John. I dont think it&#8217;s related to debugging as the device is setup for debugging and the initial &#8216;Hello World&#8217; display for the app did show on my device without issues but it was only after refactoring the name of the activity this new issue cropped up. I will see what I can dig into, I&#8217;m sure I&#8217;ve made some mistake somewhere with regards to the activity/class while creating the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/building-a-simple-game-engine/#comment-17118</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Wed, 25 Sep 2019 10:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11828#comment-17118</guid>
		<description><![CDATA[Could be that your device is not setup for debugging. You could google that it is a little different on different models. Or try it on an emulator.]]></description>
		<content:encoded><![CDATA[<p>Could be that your device is not setup for debugging. You could google that it is a little different on different models. Or try it on an emulator.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
