<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Android Tutorial #4.2: Passing custom attributes via XML resource files</title>
	<atom:link href="http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/</link>
	<description>Know Anywhere</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: faichenshing@gmail.com</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-949</link>
		<dc:creator><![CDATA[faichenshing@gmail.com]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 21:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-949</guid>
		<description><![CDATA[You sir, are a champion. Nice tutorial.]]></description>
		<content:encoded><![CDATA[<p>You sir, are a champion. Nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passing custom attributes via XML resource files &#124; Herwart&#039;s space</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-913</link>
		<dc:creator><![CDATA[Passing custom attributes via XML resource files &#124; Herwart&#039;s space]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 12:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-913</guid>
		<description><![CDATA[[...] Original article here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Original article here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapomay</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-894</link>
		<dc:creator><![CDATA[Tapomay]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 07:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-894</guid>
		<description><![CDATA[awesome. Just what I wanted to understand.]]></description>
		<content:encoded><![CDATA[<p>awesome. Just what I wanted to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Managing Android Applications with Library Projects - Eric Obermühlner</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-876</link>
		<dc:creator><![CDATA[Managing Android Applications with Library Projects - Eric Obermühlner]]></dc:creator>
		<pubDate>Tue, 24 May 2011 10:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-876</guid>
		<description><![CDATA[[...] you use custom XML attributes you are in for a bad [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you use custom XML attributes you are in for a bad [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android: Custom XML attributes and views &#171; Statically Typed</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-856</link>
		<dc:creator><![CDATA[Android: Custom XML attributes and views &#171; Statically Typed]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 19:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-856</guid>
		<description><![CDATA[[...] Journey&#8217;s article about custom attribute [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Journey&#8217;s article about custom attribute [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobbe</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-850</link>
		<dc:creator><![CDATA[Tobbe]]></dc:creator>
		<pubDate>Fri, 11 Mar 2011 00:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-850</guid>
		<description><![CDATA[Hey,

today (well, now it was yesterday) I spent all my time on understanding how this really works, because I wanted to define attrs that I could use in more than one Custom View/Widget. After I understood that by examining the R.java, I found the following link:

http://stackoverflow.com/questions/3441396/android-defining-custom-attrs

What I don&#039;t understand until now is, that I can declare an attr as styleable for a specific View and use this attr for another View (for which it was not declared styleable) ... does anyone know?

And for the author of this tutorial: Very good introduction, sufficient in most cases, I think.]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>today (well, now it was yesterday) I spent all my time on understanding how this really works, because I wanted to define attrs that I could use in more than one Custom View/Widget. After I understood that by examining the R.java, I found the following link:</p>
<p><a href="http://stackoverflow.com/questions/3441396/android-defining-custom-attrs" rel="nofollow">http://stackoverflow.com/questions/3441396/android-defining-custom-attrs</a></p>
<p>What I don&#8217;t understand until now is, that I can declare an attr as styleable for a specific View and use this attr for another View (for which it was not declared styleable) &#8230; does anyone know?</p>
<p>And for the author of this tutorial: Very good introduction, sufficient in most cases, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daehyung Cho</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-848</link>
		<dc:creator><![CDATA[Daehyung Cho]]></dc:creator>
		<pubDate>Fri, 04 Mar 2011 13:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-848</guid>
		<description><![CDATA[thanks for your blog, I love this. it&#039;s very useful!]]></description>
		<content:encoded><![CDATA[<p>thanks for your blog, I love this. it&#8217;s very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvina Fiorini</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-805</link>
		<dc:creator><![CDATA[Elvina Fiorini]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 13:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-805</guid>
		<description><![CDATA[Hola, Reading this blog is a real pleasure, thanks !]]></description>
		<content:encoded><![CDATA[<p>Hola, Reading this blog is a real pleasure, thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-779</link>
		<dc:creator><![CDATA[Biosopher]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 16:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-779</guid>
		<description><![CDATA[I&#039;m unsure what you mean by &quot;separate&quot; and &quot;referencing&quot; packages.  These are both in the same project.  You need to use the same package path as specified in your android manifest.xml application declaration.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m unsure what you mean by &#8220;separate&#8221; and &#8220;referencing&#8221; packages.  These are both in the same project.  You need to use the same package path as specified in your android manifest.xml application declaration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/#comment-778</link>
		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 06:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://pocketjourney.wordpress.com/?p=33#comment-778</guid>
		<description><![CDATA[Hi, thanks for the turorial. I have my attrs.xml in a separate package called test.widgets. How do I specify the namespace in my referencing package

I tried the following and a number of other combinatios. nothing works!

xmlns:test=&quot;http://schemas.android.com/apk/res/test.widgets

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi, thanks for the turorial. I have my attrs.xml in a separate package called test.widgets. How do I specify the namespace in my referencing package</p>
<p>I tried the following and a number of other combinatios. nothing works!</p>
<p>xmlns:test=&#8221;http://schemas.android.com/apk/res/test.widgets</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

