<?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 for agilejava.eu</title>
	<atom:link href="http://www.agilejava.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilejava.eu</link>
	<description>by Ivar Grimstad</description>
	<lastBuildDate>Tue, 06 Dec 2011 12:19:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on One Week With IntelliJ IDEA by varl</title>
		<link>http://www.agilejava.eu/2009/10/23/one-week-with-intellij-idea/#comment-4894</link>
		<dc:creator>varl</dc:creator>
		<pubDate>Tue, 06 Dec 2011 12:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=422#comment-4894</guid>
		<description>I am currently stuck with IDEA as an IDE and the &quot;New frame for every project&quot; kind of irked me too, then I realised I can easily create a project and treat it as a workspace in the more traditional sense; adding and removing modules as I go causing it to function more like Eclipse or Netbeans.

Though there seems to be some metadata hiding somewhere for old modules that aren&#039;t explicitly in use anymore... Don&#039;t know the long-term consequences of this however. I haven&#039;t noticed any performance degradation so far.

/v.</description>
		<content:encoded><![CDATA[<p>I am currently stuck with IDEA as an IDE and the &#8220;New frame for every project&#8221; kind of irked me too, then I realised I can easily create a project and treat it as a workspace in the more traditional sense; adding and removing modules as I go causing it to function more like Eclipse or Netbeans.</p>
<p>Though there seems to be some metadata hiding somewhere for old modules that aren&#8217;t explicitly in use anymore&#8230; Don&#8217;t know the long-term consequences of this however. I haven&#8217;t noticed any performance degradation so far.</p>
<p>/v.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans and Android Tip by geek</title>
		<link>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/#comment-477</link>
		<dc:creator>geek</dc:creator>
		<pubDate>Mon, 28 Feb 2011 17:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=542#comment-477</guid>
		<description>Thanks a lot for the tip. 
This helped me to get the physics example of the AndEngine working:
http://www.spiff.be/node/329</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the tip.<br />
This helped me to get the physics example of the AndEngine working:<br />
<a href="http://www.spiff.be/node/329" rel="nofollow">http://www.spiff.be/node/329</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Emulator and NetBeans by Ivar Grimstad</title>
		<link>http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/#comment-475</link>
		<dc:creator>Ivar Grimstad</dc:creator>
		<pubDate>Mon, 07 Feb 2011 09:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=527#comment-475</guid>
		<description>It has been a while since I did any Android development, but this works for me:
1. Create a new Android project
2. Symlink AndroidManifest.xml, and the src, res, test folders
3. Add target &quot;post-jar&quot; to the build.xml file as described here: http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/  (you don&#039;t need the pre-jar unless you use external libs..)
4. Start emulator
5. Build project
6. Right-click project in Netbeans, choose debug and select the running emulator instance

Good luck!</description>
		<content:encoded><![CDATA[<p>It has been a while since I did any Android development, but this works for me:<br />
1. Create a new Android project<br />
2. Symlink AndroidManifest.xml, and the src, res, test folders<br />
3. Add target &#8220;post-jar&#8221; to the build.xml file as described here: <a href="http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/" rel="nofollow">http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/</a>  (you don&#8217;t need the pre-jar unless you use external libs..)<br />
4. Start emulator<br />
5. Build project<br />
6. Right-click project in Netbeans, choose debug and select the running emulator instance</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Emulator and NetBeans by Daniil</title>
		<link>http://www.agilejava.eu/2010/04/29/android-emulator-and-netbeans/#comment-474</link>
		<dc:creator>Daniil</dc:creator>
		<pubDate>Mon, 07 Feb 2011 08:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=527#comment-474</guid>
		<description>Hi,

Thanks for your posts regarding using netbeans and android, they are so useful.
I have some question, I hope you know solution.

I know that using nbandroid plugin it isn&#039;t possible to create project from existed code, so the suggested solution is to use a free-form java project. I have created such a project, it builds, runs successfully, but the only issue is how to debug such an application?

Regards,
Daniil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your posts regarding using netbeans and android, they are so useful.<br />
I have some question, I hope you know solution.</p>
<p>I know that using nbandroid plugin it isn&#8217;t possible to create project from existed code, so the suggested solution is to use a free-form java project. I have created such a project, it builds, runs successfully, but the only issue is how to debug such an application?</p>
<p>Regards,<br />
Daniil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Architect&#8217;s Role Revisited by Ivar Grimstad</title>
		<link>http://www.agilejava.eu/2011/01/13/architects-role-revisited/#comment-463</link>
		<dc:creator>Ivar Grimstad</dc:creator>
		<pubDate>Fri, 14 Jan 2011 16:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=781#comment-463</guid>
		<description>Agree! And that figure is derived from something that works. Not based on something you want to force onto something...</description>
		<content:encoded><![CDATA[<p>Agree! And that figure is derived from something that works. Not based on something you want to force onto something&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Architect&#8217;s Role Revisited by ola</title>
		<link>http://www.agilejava.eu/2011/01/13/architects-role-revisited/#comment-462</link>
		<dc:creator>ola</dc:creator>
		<pubDate>Fri, 14 Jan 2011 15:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=781#comment-462</guid>
		<description>I think exactly one figure is the complement to the code.</description>
		<content:encoded><![CDATA[<p>I think exactly one figure is the complement to the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Architect by Architect&#8217;s Role Revisited</title>
		<link>http://www.agilejava.eu/2009/02/04/agile-architect/#comment-461</link>
		<dc:creator>Architect&#8217;s Role Revisited</dc:creator>
		<pubDate>Thu, 13 Jan 2011 16:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=161#comment-461</guid>
		<description>[...] have touched this topic in at least two previous blog posts (Agile Architect and Agilists and Architects), but I seem to be getting into these kind of discussions on a pretty [...]</description>
		<content:encoded><![CDATA[<p>[...] have touched this topic in at least two previous blog posts (Agile Architect and Agilists and Architects), but I seem to be getting into these kind of discussions on a pretty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans and Android Tip by Rod</title>
		<link>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/#comment-402</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Sun, 24 Oct 2010 19:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=542#comment-402</guid>
		<description>Nice! Thanks, mate. After a week suffering with Eclipse I was about to write my own build file but now I don&#039;t need to :-)</description>
		<content:encoded><![CDATA[<p>Nice! Thanks, mate. After a week suffering with Eclipse I was about to write my own build file but now I don&#8217;t need to <img src='http://www.agilejava.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Development for Google Nexus One by Brian</title>
		<link>http://www.agilejava.eu/2010/05/12/android-development-for-google-nexus-one/#comment-363</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 04 Sep 2010 12:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=569#comment-363</guid>
		<description>thanks for this</description>
		<content:encoded><![CDATA[<p>thanks for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetBeans and Android Tip by Ivar Grimstad</title>
		<link>http://www.agilejava.eu/2010/05/11/netbeans-and-android-tip/#comment-341</link>
		<dc:creator>Ivar Grimstad</dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.agilejava.eu/?p=542#comment-341</guid>
		<description>I am glad it worked out for you!</description>
		<content:encoded><![CDATA[<p>I am glad it worked out for you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

