<?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 350 Nice</title>
	<atom:link href="http://blog.350nice.com/wp/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.350nice.com/wp</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 10:18:59 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MultiChoice Preference Widget for Android by adrian</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-869</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-869</guid>
		<description>Hi i am having the following issues:

1) The changes still applied when i click cancel button.

2) After i made some changes and close the app, when i reopen it, the checkbox are all unchecked again.

I notice some people are having the same issue also. May i know how to solve it?</description>
		<content:encoded><![CDATA[<p>Hi i am having the following issues:</p>
<p>1) The changes still applied when i click cancel button.</p>
<p>2) After i made some changes and close the app, when i reopen it, the checkbox are all unchecked again.</p>
<p>I notice some people are having the same issue also. May i know how to solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by R.styleable not created in gen/R &#124; Software development support, software risk,bugs for bugs, risk analysis,</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-868</link>
		<dc:creator>R.styleable not created in gen/R &#124; Software development support, software risk,bugs for bugs, risk analysis,</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-868</guid>
		<description>[...] R.styleable not created in gen/R        I am trying to implement MultiChoice Preference with reference from http://blog.350nice.com/wp/archives/240/comment-page-1#comments [...]</description>
		<content:encoded><![CDATA[<p>[...] R.styleable not created in gen/R        I am trying to implement MultiChoice Preference with reference from <a href="http://blog.350nice.com/wp/archives/240/comment-page-1#comments" rel="nofollow">http://blog.350nice.com/wp/archives/240/comment-page-1#comments</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PicPush Privacy options updated by Chris</title>
		<link>http://blog.350nice.com/wp/archives/217/comment-page-1#comment-867</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=217#comment-867</guid>
		<description>Thank you for the update. This is good news</description>
		<content:encoded><![CDATA[<p>Thank you for the update. This is good news</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by T</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-866</link>
		<dc:creator>T</dc:creator>
		<pubDate>Fri, 20 Jan 2012 00:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-866</guid>
		<description>Hi,
when I use this with a full screen program, every time I click on a selection item it switches briefly out of fullscreen and back in.
Any Idea how to solve that?
Thanks.

PS: Might be a bug with Android. The solution would be to add dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
				WindowManager.LayoutParams.FLAG_FULLSCREEN);
Any idea where in the Java file I should add this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
when I use this with a full screen program, every time I click on a selection item it switches briefly out of fullscreen and back in.<br />
Any Idea how to solve that?<br />
Thanks.</p>
<p>PS: Might be a bug with Android. The solution would be to add dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,<br />
				WindowManager.LayoutParams.FLAG_FULLSCREEN);<br />
Any idea where in the Java file I should add this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by mysho</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-863</link>
		<dc:creator>mysho</dc:creator>
		<pubDate>Mon, 16 Jan 2012 15:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-863</guid>
		<description>HI, I have next problem. When I open this multiselect preference and check some values everything works great, but when i reopen this preference nothing is selected. Where is problem ?
thanks ...</description>
		<content:encoded><![CDATA[<p>HI, I have next problem. When I open this multiselect preference and check some values everything works great, but when i reopen this preference nothing is selected. Where is problem ?<br />
thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by Lukas Hetzenecker</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-862</link>
		<dc:creator>Lukas Hetzenecker</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-862</guid>
		<description>mysho, I had the same problem

Replace

mClickedDialogEntryIndices = new boolean[getEntries().length];

with

CharSequence[] entries = getEntries();
mClickedDialogEntryIndices = new boolean[(entries != null) ? entries.length : 0];</description>
		<content:encoded><![CDATA[<p>mysho, I had the same problem</p>
<p>Replace</p>
<p>mClickedDialogEntryIndices = new boolean[getEntries().length];</p>
<p>with</p>
<p>CharSequence[] entries = getEntries();<br />
mClickedDialogEntryIndices = new boolean[(entries != null) ? entries.length : 0];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by mysho</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-861</link>
		<dc:creator>mysho</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-861</guid>
		<description>I used this script for a dynamic preferences 
here is my code:
ListPreferenceMultiSelect refreshTabPreferences = new ListPreferenceMultiSelect(this);
refreshTabPreferences.setDefaultValue(&quot;#ALL#&quot;);
refreshTabPreferences.setKey(&quot;refreshTabs&quot;);
refreshTabPreferences.setTitle(&quot;Refresh Tabs&quot;);
refreshTabPreferences.setDialogTitle(&quot;Refresh Tabs&quot;);
refreshTabPreferences.setSummary(&quot;Auto refresh of tabs&quot;);
refreshTabPreferences.setEntries(tabsEntries);
refreshTabPreferences.setEntryValues(tabsEntriesValues);
firstCategory.addPreference(refreshTabPreferences);

When I run this code I get this error:
java.lang.NullPointerException at lines 58 and 69
58 is: mClickedDialogEntryIndices = new boolean[getEntries().length];

69 is: public ListPreferenceMultiSelect(Context context) {
        this(context, null);
    }

Where is problem ? Thanks a lot ...</description>
		<content:encoded><![CDATA[<p>I used this script for a dynamic preferences<br />
here is my code:<br />
ListPreferenceMultiSelect refreshTabPreferences = new ListPreferenceMultiSelect(this);<br />
refreshTabPreferences.setDefaultValue(&#8221;#ALL#&#8221;);<br />
refreshTabPreferences.setKey(&#8221;refreshTabs&#8221;);<br />
refreshTabPreferences.setTitle(&#8221;Refresh Tabs&#8221;);<br />
refreshTabPreferences.setDialogTitle(&#8221;Refresh Tabs&#8221;);<br />
refreshTabPreferences.setSummary(&#8221;Auto refresh of tabs&#8221;);<br />
refreshTabPreferences.setEntries(tabsEntries);<br />
refreshTabPreferences.setEntryValues(tabsEntriesValues);<br />
firstCategory.addPreference(refreshTabPreferences);</p>
<p>When I run this code I get this error:<br />
java.lang.NullPointerException at lines 58 and 69<br />
58 is: mClickedDialogEntryIndices = new boolean[getEntries().length];</p>
<p>69 is: public ListPreferenceMultiSelect(Context context) {<br />
        this(context, null);<br />
    }</p>
<p>Where is problem ? Thanks a lot &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PicPush 1.1.16 released by dave</title>
		<link>http://blog.350nice.com/wp/archives/162/comment-page-1#comment-860</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 26 Dec 2011 18:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=162#comment-860</guid>
		<description>Strange error- java.lang.OutOfMemoryError… error I get when trying to upload anything… hasnt worked with pics or vids.. using a droid x.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Strange error- java.lang.OutOfMemoryError… error I get when trying to upload anything… hasnt worked with pics or vids.. using a droid x.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PicPush 1.1.16 released by dave</title>
		<link>http://blog.350nice.com/wp/archives/162/comment-page-1#comment-859</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 26 Dec 2011 18:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=162#comment-859</guid>
		<description>Strange error- java.lang.OutOfMemoryError... error I get when trying to upload anything... hasnt worked with pics or vids.. using a droid x.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Strange error- java.lang.OutOfMemoryError&#8230; error I get when trying to upload anything&#8230; hasnt worked with pics or vids.. using a droid x.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by go to my website,free coupon</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-856</link>
		<dc:creator>go to my website,free coupon</dc:creator>
		<pubDate>Sat, 10 Dec 2011 12:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-856</guid>
		<description>&lt;strong&gt;go to my website,free coupon...&lt;/strong&gt;

[...]MultiChoice Preference Widget for Android &#124; 350 Nice[...]...</description>
		<content:encoded><![CDATA[<p><strong>go to my website,free coupon&#8230;</strong></p>
<p>[...]MultiChoice Preference Widget for Android | 350 Nice[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Arduino UNO + Google ADK by Dave Lemon</title>
		<link>http://blog.350nice.com/wp/archives/301/comment-page-1#comment-855</link>
		<dc:creator>Dave Lemon</dc:creator>
		<pubDate>Mon, 28 Nov 2011 09:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=301#comment-855</guid>
		<description>Were you successful? I like to do this kind of stuff too but of course, you need money for the materials. Unfortunate me, I don&#039;t have money for this stuff. 

Dave Lemon</description>
		<content:encoded><![CDATA[<p>Were you successful? I like to do this kind of stuff too but of course, you need money for the materials. Unfortunate me, I don&#8217;t have money for this stuff. </p>
<p>Dave Lemon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by Volodia Krupach</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-2#comment-853</link>
		<dc:creator>Volodia Krupach</dc:creator>
		<pubDate>Wed, 23 Nov 2011 09:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-853</guid>
		<description>Thank you!
When supplying custom separator &quot;&#124;&quot; it was treated as regex symbol in:
return ((String)val).split(separator)
so I changed:
return ((String)val).split(&quot;\\Q&quot; + separator + &quot;\\E&quot;)
&quot;\Q&quot; at the beginning and &quot;\E&quot; at the end escape regex symbols.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
When supplying custom separator &#8220;|&#8221; it was treated as regex symbol in:<br />
return ((String)val).split(separator)<br />
so I changed:<br />
return ((String)val).split(&#8221;\\Q&#8221; + separator + &#8220;\\E&#8221;)<br />
&#8220;\Q&#8221; at the beginning and &#8220;\E&#8221; at the end escape regex symbols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PicPush by Best Free Android Skiing &#38; Snowboard Apps 2012 &#124; BestSkiSales.com</title>
		<link>http://blog.350nice.com/wp/products/picpush/comment-page-1#comment-852</link>
		<dc:creator>Best Free Android Skiing &#38; Snowboard Apps 2012 &#124; BestSkiSales.com</dc:creator>
		<pubDate>Sun, 20 Nov 2011 07:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?page_id=99#comment-852</guid>
		<description>[...] PicPush (New) For those who take pics with your phone, this is a one stop app for sharing them. PicPush shares &amp; updates your ski &amp; snowboard pics to all of  your social media at once. Shutterfly, PhotoBucket, SmugMug, Facebook, Gallery, Picasa and Flickr can all be updated with just a touch of a button. [...]</description>
		<content:encoded><![CDATA[<p>[...] PicPush (New) For those who take pics with your phone, this is a one stop app for sharing them. PicPush shares &amp; updates your ski &amp; snowboard pics to all of  your social media at once. Shutterfly, PhotoBucket, SmugMug, Facebook, Gallery, Picasa and Flickr can all be updated with just a touch of a button. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droid X Auto Upload Problems in PicPush (and possibly other phones) by declanshanaghy</title>
		<link>http://blog.350nice.com/wp/archives/282/comment-page-1#comment-851</link>
		<dc:creator>declanshanaghy</dc:creator>
		<pubDate>Fri, 18 Nov 2011 01:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=282#comment-851</guid>
		<description>Sorry for the lack of helpful replies. I dont have a droid X so im shooting blind. What folders do show up?</description>
		<content:encoded><![CDATA[<p>Sorry for the lack of helpful replies. I dont have a droid X so im shooting blind. What folders do show up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droid X Auto Upload Problems in PicPush (and possibly other phones) by Robert Sharp</title>
		<link>http://blog.350nice.com/wp/archives/282/comment-page-1#comment-850</link>
		<dc:creator>Robert Sharp</dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=282#comment-850</guid>
		<description>I am in the same boat as Martin. I haven&#039;t been able to see my 100media folder. Any advice?</description>
		<content:encoded><![CDATA[<p>I am in the same boat as Martin. I haven&#8217;t been able to see my 100media folder. Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: Arduino UNO + Google ADK by Harshit Walia</title>
		<link>http://blog.350nice.com/wp/archives/301/comment-page-1#comment-848</link>
		<dc:creator>Harshit Walia</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=301#comment-848</guid>
		<description>Nice Blog : )</description>
		<content:encoded><![CDATA[<p>Nice Blog : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Public XML-RPC API by Arthur A. Hanscom</title>
		<link>http://blog.350nice.com/wp/archives/39/comment-page-1#comment-847</link>
		<dc:creator>Arthur A. Hanscom</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/faxit-nice/2008/03/25/public-xml-rpc-api#comment-847</guid>
		<description>I am working at a similar project for our company. Our architecture is somewhat similar to FaxIt&#039;s architecture. Excellent work!</description>
		<content:encoded><![CDATA[<p>I am working at a similar project for our company. Our architecture is somewhat similar to FaxIt&#8217;s architecture. Excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MultiChoice Preference Widget for Android by Tos</title>
		<link>http://blog.350nice.com/wp/archives/240/comment-page-1#comment-845</link>
		<dc:creator>Tos</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=240#comment-845</guid>
		<description>Thank you for the tutorial. I like it !

I did make a few changes:
1) make static the following:
private static String separator;
static public String[] parseStoredValue(CharSequence val)

2) if you use parseStoredValue() before the constructor is called, field &quot;separator&quot; is null and a crash will happen. You can avoid this by hard coding a value:
private static String separator = DEFAULT_SEPARATOR;</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial. I like it !</p>
<p>I did make a few changes:<br />
1) make static the following:<br />
private static String separator;<br />
static public String[] parseStoredValue(CharSequence val)</p>
<p>2) if you use parseStoredValue() before the constructor is called, field &#8220;separator&#8221; is null and a crash will happen. You can avoid this by hard coding a value:<br />
private static String separator = DEFAULT_SEPARATOR;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook app policy doesn&#8217;t like the underlying premise of PicPush by mike uyttebroek</title>
		<link>http://blog.350nice.com/wp/archives/287/comment-page-1#comment-842</link>
		<dc:creator>mike uyttebroek</dc:creator>
		<pubDate>Sat, 15 Oct 2011 10:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=287#comment-842</guid>
		<description>Hi,

I&#039;m not able to send pictures to Flickr.
I do the authorization, then I can only chose to upload to Photostream but it hangs. Uploading to facebook works just fine.

Thx for the help !

Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m not able to send pictures to Flickr.<br />
I do the authorization, then I can only chose to upload to Photostream but it hangs. Uploading to facebook works just fine.</p>
<p>Thx for the help !</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droid X Auto Upload Problems in PicPush (and possibly other phones) by declanshanaghy</title>
		<link>http://blog.350nice.com/wp/archives/282/comment-page-1#comment-797</link>
		<dc:creator>declanshanaghy</dc:creator>
		<pubDate>Wed, 21 Sep 2011 17:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.350nice.com/wp/?p=282#comment-797</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-796&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-796&quot; rel=&quot;nofollow&quot;&gt;Martin K.&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;It’s almost October of 2011 and PicPush still doesn’t see my “100Media” folder on my Droid Incredible.&lt;/p&gt;
         &lt;/blockquote&gt;

What folders do show up?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-796"><p>
<strong><a href="#comment-796" rel="nofollow">Martin K.</a> :</strong></p>
<p>It’s almost October of 2011 and PicPush still doesn’t see my “100Media” folder on my Droid Incredible.</p>
</blockquote>
<p>What folders do show up?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

