<?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: Game variables demo</title>
	<atom:link href="https://gamecodeschool.com/android/game-variables-demo/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/android/game-variables-demo/</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: John Horton</title>
		<link>https://gamecodeschool.com/android/game-variables-demo/#comment-3681</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Thu, 29 Dec 2016 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11739#comment-3681</guid>
		<description><![CDATA[Yes, there are limits. I guess for technical reasons behind the scenes in Android Studio because a String maximum length is huge. You can chain together multiple Log.d calls if you need to build up a longer message. Regarding the message not printing with an empty String, I think that the method checks for this and rejects the entire call when it occurs.

I Hope this helps a bit.]]></description>
		<content:encoded><![CDATA[<p>Yes, there are limits. I guess for technical reasons behind the scenes in Android Studio because a String maximum length is huge. You can chain together multiple Log.d calls if you need to build up a longer message. Regarding the message not printing with an empty String, I think that the method checks for this and rejects the entire call when it occurs.</p>
<p>I Hope this helps a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aveo</title>
		<link>https://gamecodeschool.com/android/game-variables-demo/#comment-3678</link>
		<dc:creator><![CDATA[Aveo]]></dc:creator>
		<pubDate>Thu, 29 Dec 2016 08:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11739#comment-3678</guid>
		<description><![CDATA[One observation: 
if I use a Log expression such as Log.d(&quot;Some message&quot;,&quot;Some more message&quot;); , the log message is visible in the Logcat. However, if I use a statement like 
Log.d(&quot;Some message&quot;,&quot;&quot;); It does not show up on Logcat at all. Notice that there is no character between the quotes in the second argument of the method log.d in the above statement. I wonder why? Any comments on this John? 
Also there seems to be a limit on the number of characters that can be printed inside the Log message(I think its only 26 characters). Its weird to have such a constraint.]]></description>
		<content:encoded><![CDATA[<p>One observation:<br />
if I use a Log expression such as Log.d(&#8220;Some message&#8221;,&#8221;Some more message&#8221;); , the log message is visible in the Logcat. However, if I use a statement like<br />
Log.d(&#8220;Some message&#8221;,&#8221;&#8221;); It does not show up on Logcat at all. Notice that there is no character between the quotes in the second argument of the method log.d in the above statement. I wonder why? Any comments on this John?<br />
Also there seems to be a limit on the number of characters that can be printed inside the Log message(I think its only 26 characters). Its weird to have such a constraint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/game-variables-demo/#comment-3081</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Mon, 24 Oct 2016 06:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11739#comment-3081</guid>
		<description><![CDATA[Here are some getting started &lt;a href=&quot;http://gamecodeschool.com/c-plus-plus-tutorials/&quot; rel=&quot;nofollow&quot;&gt;C++ tutorials&lt;/a&gt; and some &lt;a href=&quot;http://gamecodeschool.com/sfml-projects/&quot; rel=&quot;nofollow&quot;&gt;projects using C++ and SFML&lt;/a&gt;. And the course/learning pathway will be published &lt;a href=&quot;http://gamecodeschool.com/game-development-courses/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; in a few weeks.]]></description>
		<content:encoded><![CDATA[<p>Here are some getting started <a href="http://gamecodeschool.com/c-plus-plus-tutorials/" rel="nofollow">C++ tutorials</a> and some <a href="http://gamecodeschool.com/sfml-projects/" rel="nofollow">projects using C++ and SFML</a>. And the course/learning pathway will be published <a href="http://gamecodeschool.com/game-development-courses/" rel="nofollow">here</a> in a few weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>https://gamecodeschool.com/android/game-variables-demo/#comment-3080</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Sun, 23 Oct 2016 19:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11739#comment-3080</guid>
		<description><![CDATA[Sorry for the time you losed , i have really laughed at your last comment. Anyway , you make some cool tuts so i wanna thank you. When you will do  the c++ game programming course?]]></description>
		<content:encoded><![CDATA[<p>Sorry for the time you losed , i have really laughed at your last comment. Anyway , you make some cool tuts so i wanna thank you. When you will do  the c++ game programming course?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/game-variables-demo/#comment-3078</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Sun, 23 Oct 2016 16:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11739#comment-3078</guid>
		<description><![CDATA[I have been staring at this for ages and I just realized there is a &lt;code&gt;d&lt;/code&gt; missing on the end of the word &lt;code&gt;save&lt;/code&gt; in the line &lt;code&gt;protected void onCreate(Bundle saveInstanceState) {&lt;/code&gt; in the code you posted. But it seems to be there in the code in the tutorial so I don&#039;t know how the copy &amp; paste failed. The line should be &lt;code&gt;protected void onCreate(Bundle savedInstanceState) {&lt;/code&gt;. Also, when I posted your code into Android Studio it didn&#039;t like the quote marks &quot; but that could just be the formatting of the comments.]]></description>
		<content:encoded><![CDATA[<p>I have been staring at this for ages and I just realized there is a 
			<span id="crayon-69e348e4e93c8280392743" class="crayon-syntax crayon-syntax-inline  crayon-theme-classic crayon-theme-classic-inline crayon-font-droid-sans-mono" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important;"><span class="crayon-pre crayon-code" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><span class="crayon-v">d</span></span></span> missing on the end of the word 
			<span id="crayon-69e348e4e93df750312996" class="crayon-syntax crayon-syntax-inline  crayon-theme-classic crayon-theme-classic-inline crayon-font-droid-sans-mono" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important;"><span class="crayon-pre crayon-code" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><span class="crayon-v">save</span></span></span> in the line 
			<span id="crayon-69e348e4e93e2871382333" class="crayon-syntax crayon-syntax-inline  crayon-theme-classic crayon-theme-classic-inline crayon-font-droid-sans-mono" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important;"><span class="crayon-pre crayon-code" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><span class="crayon-m">protected</span><span class="crayon-h"> </span><span class="crayon-t">void</span><span class="crayon-h"> </span><span class="crayon-e">onCreate</span><span class="crayon-sy">(</span><span class="crayon-e">Bundle </span><span class="crayon-v">saveInstanceState</span><span class="crayon-sy">)</span><span class="crayon-h"> </span><span class="crayon-sy">{</span></span></span> in the code you posted. But it seems to be there in the code in the tutorial so I don&#8217;t know how the copy &#038; paste failed. The line should be 
			<span id="crayon-69e348e4e93e4967493553" class="crayon-syntax crayon-syntax-inline  crayon-theme-classic crayon-theme-classic-inline crayon-font-droid-sans-mono" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important;"><span class="crayon-pre crayon-code" style="font-size: 12px !important; line-height: 16px !important;font-size: 12px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;"><span class="crayon-m">protected</span><span class="crayon-h"> </span><span class="crayon-t">void</span><span class="crayon-h"> </span><span class="crayon-e">onCreate</span><span class="crayon-sy">(</span><span class="crayon-e">Bundle </span><span class="crayon-v">savedInstanceState</span><span class="crayon-sy">)</span><span class="crayon-h"> </span><span class="crayon-sy">{</span></span></span>. Also, when I posted your code into Android Studio it didn&#8217;t like the quote marks &#8221; but that could just be the formatting of the comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
