<?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: Eclipse and problems with dynamic tables (adding rows)</title>
	<atom:link href="http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MattTapp</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-6508</link>
		<dc:creator>MattTapp</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-6508</guid>
		<description>Thanks mate!
I was struggling with it for an hour!</description>
		<content:encoded><![CDATA[<p>Thanks mate!<br />
I was struggling with it for an hour!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MotherRobot</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-4616</link>
		<dc:creator>MotherRobot</dc:creator>
		<pubDate>Sun, 23 Jan 2011 17:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-4616</guid>
		<description>Yes - this is spot on. Scratching my head on this for almost an hour. All Views you dynamically add in the Table need to use TableRow or TableLayout LayoutParams, not View.LayoutParams. Imports messed this up. Thanks!</description>
		<content:encoded><![CDATA[<p>Yes &#8211; this is spot on. Scratching my head on this for almost an hour. All Views you dynamically add in the Table need to use TableRow or TableLayout LayoutParams, not View.LayoutParams. Imports messed this up. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ready4Fajir</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-4528</link>
		<dc:creator>Ready4Fajir</dc:creator>
		<pubDate>Wed, 29 Dec 2010 07:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-4528</guid>
		<description>Hey there,

THANKS - this issue was almost killing me LOL. I spent one hour trying why that freaking table won&#039;t show xD - you saved me days I guess - THANKS !</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>THANKS &#8211; this issue was almost killing me LOL. I spent one hour trying why that freaking table won&#8217;t show xD &#8211; you saved me days I guess &#8211; THANKS !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-3342</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 15 Jul 2010 18:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-3342</guid>
		<description>Thanks!  This was a great solution.  I&#039;ve been hunting down the issue for 2 days!</description>
		<content:encoded><![CDATA[<p>Thanks!  This was a great solution.  I&#8217;ve been hunting down the issue for 2 days!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zOro</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-2302</link>
		<dc:creator>zOro</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-2302</guid>
		<description>Hey 
Its look like a greate toturail of dymamic table,
can you display the resource file ?

thanks for sharing (:</description>
		<content:encoded><![CDATA[<p>Hey<br />
Its look like a greate toturail of dymamic table,<br />
can you display the resource file ?</p>
<p>thanks for sharing (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nova</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-eclipse-and-problems-with-dynamic-tables-adding-rows/comment-page-1/#comment-81</link>
		<dc:creator>nova</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=494#comment-81</guid>
		<description>This is a general problem with eclipse and auto imports (control+shift+o). I&#039;ve noticed this with automatically importing java.sql.Date rather than java.util.Date also. Just make sure that the imports that eclipse things you need are the imports that you think you need :)</description>
		<content:encoded><![CDATA[<p>This is a general problem with eclipse and auto imports (control+shift+o). I&#8217;ve noticed this with automatically importing java.sql.Date rather than java.util.Date also. Just make sure that the imports that eclipse things you need are the imports that you think you need <img src='http://www.stealthcopter.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

