<?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: Hello Circle</title>
	<atom:link href="http://www.kellbot.com/2009/06/android-hello-circle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kellbot.com/2009/06/android-hello-circle/</link>
	<description>Tinysaurs and Hacking and Nonsense</description>
	<lastBuildDate>Sun, 07 Mar 2010 23: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: MaoMao</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-8080</link>
		<dc:creator>MaoMao</dc:creator>
		<pubDate>Sun, 07 Mar 2010 14:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-8080</guid>
		<description>Great Tutorial, Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Great Tutorial, Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishi</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-7326</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Fri, 08 Jan 2010 00:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-7326</guid>
		<description>nevermind.. i found the error! lol
i forgot to instantiate the Paint class.. tadaaaaaaa!!!</description>
		<content:encoded><![CDATA[<p>nevermind.. i found the error! lol<br />
i forgot to instantiate the Paint class.. tadaaaaaaa!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rishi</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-7308</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Wed, 06 Jan 2010 20:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-7308</guid>
		<description>i get this error:

the application xxx-xxx has stopped unexpectedly. please try again.

then i click on Force Close 

i have the same code. any insight?</description>
		<content:encoded><![CDATA[<p>i get this error:</p>
<p>the application xxx-xxx has stopped unexpectedly. please try again.</p>
<p>then i click on Force Close </p>
<p>i have the same code. any insight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roboturner</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-7164</link>
		<dc:creator>Roboturner</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-7164</guid>
		<description>Since i used the onTouch there is the following errors;
[2009-12-29 18:48:07 - Robotown]Failed to upload Robotown.apk on device &#039;emulator-5554&#039;
[2009-12-29 18:48:07 - Robotown]java.io.IOException: Unable to upload file: Local file doesn&#039;t exist.
[2009-12-29 18:48:07 - Robotown]Launch canceled!

anyone knows what cause this? :(</description>
		<content:encoded><![CDATA[<p>Since i used the onTouch there is the following errors;<br />
[2009-12-29 18:48:07 - Robotown]Failed to upload Robotown.apk on device &#8216;emulator-5554&#8242;<br />
[2009-12-29 18:48:07 - Robotown]java.io.IOException: Unable to upload file: Local file doesn&#8217;t exist.<br />
[2009-12-29 18:48:07 - Robotown]Launch canceled!</p>
<p>anyone knows what cause this? <img src='http://www.kellbot.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cykan</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6811</link>
		<dc:creator>cykan</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6811</guid>
		<description>Thank you very much! You were a great help!

Greetz!</description>
		<content:encoded><![CDATA[<p>Thank you very much! You were a great help!</p>
<p>Greetz!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: condorhero</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6738</link>
		<dc:creator>condorhero</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6738</guid>
		<description>I think you forgot to &quot;return true;&quot; in function onTouch.</description>
		<content:encoded><![CDATA[<p>I think you forgot to &#8220;return true;&#8221; in function onTouch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasikumar</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6704</link>
		<dc:creator>Sasikumar</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6704</guid>
		<description>Very Nice!... Develop more application like this!................</description>
		<content:encoded><![CDATA[<p>Very Nice!&#8230; Develop more application like this!&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6289</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 05 Nov 2009 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6289</guid>
		<description>Thanks, it worked :D Now I&#039;m gonna figure out how to get it to constantly draw, like a paint program.</description>
		<content:encoded><![CDATA[<p>Thanks, it worked <img src='http://www.kellbot.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Now I&#8217;m gonna figure out how to get it to constantly draw, like a paint program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kellbot</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6285</link>
		<dc:creator>Kellbot</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6285</guid>
		<description>You need to import the FrameLayout widget.

Add import android.widget.FrameLayout to the top of your code.

I think there are a few other imports I forgot to list. The editor I was using adds them automagically.</description>
		<content:encoded><![CDATA[<p>You need to import the FrameLayout widget.</p>
<p>Add import android.widget.FrameLayout to the top of your code.</p>
<p>I think there are a few other imports I forgot to list. The editor I was using adds them automagically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.kellbot.com/2009/06/android-hello-circle/comment-page-1/#comment-6280</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 05 Nov 2009 00:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kellbot.com/?p=347#comment-6280</guid>
		<description>I&#039;m such a java noob, but I&#039;m trying to learn the basics to program some stuff for android. This tutorial is great: it explains things really well. However, I am having trouble when trying to compile the source code. Can anyone help? Here is my source for the main class:

package com.mpruitt105.drawcircle;

import android.app.Activity;
import android.os.Bundle;

public class DrawCircle extends Activity {

    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        FrameLayout main = (FrameLayout) findViewById(R.id.main_view);
        main.addView(new Ball(this,50,50,25));
    }
}

It has 2 errors that both say &#039;FrameLayout cannot be resolved to a type&#039;

Does anyone know what the heck that means? I&#039;m so lost. Thanks :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m such a java noob, but I&#8217;m trying to learn the basics to program some stuff for android. This tutorial is great: it explains things really well. However, I am having trouble when trying to compile the source code. Can anyone help? Here is my source for the main class:</p>
<p>package com.mpruitt105.drawcircle;</p>
<p>import android.app.Activity;<br />
import android.os.Bundle;</p>
<p>public class DrawCircle extends Activity {</p>
<p>    @Override<br />
    public void onCreate(Bundle savedInstanceState) {<br />
        super.onCreate(savedInstanceState);<br />
        setContentView(R.layout.main);<br />
        FrameLayout main = (FrameLayout) findViewById(R.id.main_view);<br />
        main.addView(new Ball(this,50,50,25));<br />
    }<br />
}</p>
<p>It has 2 errors that both say &#8216;FrameLayout cannot be resolved to a type&#8217;</p>
<p>Does anyone know what the heck that means? I&#8217;m so lost. Thanks <img src='http://www.kellbot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
