<?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 Robobunny</title>
	<atom:link href="http://robobunny.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://robobunny.com/wp</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 09:43:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Android SeekBar preference by Tobias</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-233</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Sun, 29 Jan 2012 09:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-233</guid>
		<description>Excellent code!
I found it while trying to get rid of my Lint Warnings for &quot;unused&quot; custom attributes.
Fell into a nasty little trap with the namespace because of an article on stackoverflow.com recommending
&lt;code&gt;xmlns:app=&quot;http://schemas.android.com/apk/res/com.mycompany.projectname&quot;&lt;/code&gt; as a namespace in Java file and corresponding XML file, which results in an  immediately crash. While &lt;code&gt;xmlns:app=&quot;http://com.mycompany.projectname&quot;&lt;/code&gt; works fine.
Any ideas how this namespace tying Java code and XML stuff together really works?

Bests,
Tobias</description>
		<content:encoded><![CDATA[<p>Excellent code!<br />
I found it while trying to get rid of my Lint Warnings for &#8220;unused&#8221; custom attributes.<br />
Fell into a nasty little trap with the namespace because of an article on stackoverflow.com recommending</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">xmlns:app=&quot;http://schemas.android.com/apk/res/com.mycompany.projectname&quot;</div></td></tr></tbody></table></div>
<p>as a namespace in Java file and corresponding XML file, which results in an  immediately crash. While</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">xmlns:app=&quot;http://com.mycompany.projectname&quot;</div></td></tr></tbody></table></div>
<p>works fine.<br />
Any ideas how this namespace tying Java code and XML stuff together really works?</p>
<p>Bests,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Egidijus</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-228</link>
		<dc:creator>Egidijus</dc:creator>
		<pubDate>Thu, 26 Jan 2012 13:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-228</guid>
		<description>I have some kind problems with the seek bar, when touch on thumb to change value it disappears, when I release my finger it appears.... 
Also seek bar is &quot;GONE&quot;, when I have more then one element in preference category..
How to solve this?</description>
		<content:encoded><![CDATA[<p>I have some kind problems with the seek bar, when touch on thumb to change value it disappears, when I release my finger it appears&#8230;.<br />
Also seek bar is &#8220;GONE&#8221;, when I have more then one element in preference category..<br />
How to solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by JS</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-208</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Sun, 15 Jan 2012 02:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-208</guid>
		<description>activity android:theme=&quot;@android:style/Theme.Dialog

- Sorry that got culled out I guess, had to remove the opening less-than sign.</description>
		<content:encoded><![CDATA[<p>activity android:theme=&#8221;@android:style/Theme.Dialog</p>
<p>- Sorry that got culled out I guess, had to remove the opening less-than sign.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by JS</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-207</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Sun, 15 Jan 2012 02:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-207</guid>
		<description>Found two issues with this great code, thank you for that btw...

I&#039;m using this in a preference activity, and in the androidmanifest.xml I declare a theme for the preference activity .  This causes the seek bar to not display.  Anyone else encounter this?

Also, another issue is the text and summary are not matching the default device theme colors, would be nice to have.

Thanks again!
JS</description>
		<content:encoded><![CDATA[<p>Found two issues with this great code, thank you for that btw&#8230;</p>
<p>I&#8217;m using this in a preference activity, and in the androidmanifest.xml I declare a theme for the preference activity .  This causes the seek bar to not display.  Anyone else encounter this?</p>
<p>Also, another issue is the text and summary are not matching the default device theme colors, would be nice to have.</p>
<p>Thanks again!<br />
JS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Kirk Baucom</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-182</link>
		<dc:creator>Kirk Baucom</dc:creator>
		<pubDate>Fri, 23 Dec 2011 04:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-182</guid>
		<description>Hmm, I&#039;m not sure why that would be. I&#039;m fetching the value in my app without any problems, but I&#039;m not setting it outside the PreferenceActivity. Let me know if you find the issue.</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m not sure why that would be. I&#8217;m fetching the value in my app without any problems, but I&#8217;m not setting it outside the PreferenceActivity. Let me know if you find the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Kirk Baucom</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-181</link>
		<dc:creator>Kirk Baucom</dc:creator>
		<pubDate>Fri, 23 Dec 2011 04:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-181</guid>
		<description>Thanks for the info! I haven&#039;t seen that happen, but it probably depends on what your listener is doing. I&#039;ve swapped the order as you suggested, since it should be safer.</description>
		<content:encoded><![CDATA[<p>Thanks for the info! I haven&#8217;t seen that happen, but it probably depends on what your listener is doing. I&#8217;ve swapped the order as you suggested, since it should be safer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Jack Welch</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-180</link>
		<dc:creator>Jack Welch</dc:creator>
		<pubDate>Fri, 23 Dec 2011 02:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-180</guid>
		<description>Thanks for writing this up in such detail -- I learned a lot from it.  I made a similar SeekBar in one of my projects and found that it ran fine in the android virtual device launched from Eclipse, but when I actually ran it on my phone, the app would crash as soon as I pressed the menu item that started up the Preferences screen. I fixed this issue by inverting the order of two lines in the initPreference method of the SeekBarPreference class. Here&#039;s the order that worked for me:

        mSeekBar.setMax(mMaxValue - mMinValue);
        mSeekBar.setOnSeekBarChangeListener(this);</description>
		<content:encoded><![CDATA[<p>Thanks for writing this up in such detail &#8212; I learned a lot from it.  I made a similar SeekBar in one of my projects and found that it ran fine in the android virtual device launched from Eclipse, but when I actually ran it on my phone, the app would crash as soon as I pressed the menu item that started up the Preferences screen. I fixed this issue by inverting the order of two lines in the initPreference method of the SeekBarPreference class. Here&#8217;s the order that worked for me:</p>
<p>        mSeekBar.setMax(mMaxValue &#8211; mMinValue);<br />
        mSeekBar.setOnSeekBarChangeListener(this);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Ivan</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-155</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 06 Dec 2011 15:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-155</guid>
		<description>Thanks a lot for sharing you class!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing you class!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Jakub</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-112</link>
		<dc:creator>Jakub</dc:creator>
		<pubDate>Wed, 09 Nov 2011 10:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-112</guid>
		<description>I am not sure if it works, cause if I use sharedpreferance with the same key in another place in my application it does not give value set within PreferanceActivity. Also if I set value outside PreferanceActivity with shared rpeference editor it doesn&#039;t change value within SeekBarPreference.</description>
		<content:encoded><![CDATA[<p>I am not sure if it works, cause if I use sharedpreferance with the same key in another place in my application it does not give value set within PreferanceActivity. Also if I set value outside PreferanceActivity with shared rpeference editor it doesn&#8217;t change value within SeekBarPreference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android SeekBar preference by Kirk Baucom</title>
		<link>http://robobunny.com/wp/2011/08/13/android-seekbar-preference/#comment-71</link>
		<dc:creator>Kirk Baucom</dc:creator>
		<pubDate>Tue, 25 Oct 2011 01:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://robobunny.com/wp/?p=71#comment-71</guid>
		<description>I assumed you could just listen for them on the preference, but something seems to be grabbing keystrokes before they get there. I&#039;ll post an update if I figure out how to do it.</description>
		<content:encoded><![CDATA[<p>I assumed you could just listen for them on the preference, but something seems to be grabbing keystrokes before they get there. I&#8217;ll post an update if I figure out how to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

