<?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 Android Interaction Design Patterns</title>
	<atom:link href="http://www.androidpatterns.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.androidpatterns.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 14:19:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Date and Time picker &#8211; Wheel by Stephen</title>
		<link>http://www.androidpatterns.com/uap_pattern/date-and-time-picker-wheel/comment-page-1#comment-4635</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=925#comment-4635</guid>
		<description>In fact I&#039;m looking for a calendar/alarm that uses this method for my android phone</description>
		<content:encoded><![CDATA[<p>In fact I&#8217;m looking for a calendar/alarm that uses this method for my android phone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expandable list by spark85</title>
		<link>http://www.androidpatterns.com/uap_pattern/list-expandable-list/comment-page-1#comment-4632</link>
		<dc:creator>spark85</dc:creator>
		<pubDate>Tue, 24 Jan 2012 23:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=259#comment-4632</guid>
		<description>Hi, 

I like the concept of this design pattern.  Where can I find a code example? 

David</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I like the concept of this design pattern.  Where can I find a code example? </p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Share button by Qoobees</title>
		<link>http://www.androidpatterns.com/uap_pattern/share-button/comment-page-1#comment-4433</link>
		<dc:creator>Qoobees</dc:creator>
		<pubDate>Wed, 11 Jan 2012 17:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=1995#comment-4433</guid>
		<description>It&#039;s also a very undervalued way to workaround the lack of a particular permission WITH the user consent.

(example: an application with no Internet / SD card permission could let the user share the database/exported data using the share permission. 

The user will thus be able to export his data to the SD card (sharing with a filemanager), to his mailbox (sharing with GMail), to his DropBox and to pretty much every file-enabled application.</description>
		<content:encoded><![CDATA[<p>It&#8217;s also a very undervalued way to workaround the lack of a particular permission WITH the user consent.</p>
<p>(example: an application with no Internet / SD card permission could let the user share the database/exported data using the share permission. </p>
<p>The user will thus be able to export his data to the SD card (sharing with a filemanager), to his mailbox (sharing with GMail), to his DropBox and to pretty much every file-enabled application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Action bar by ahmet alp balkan</title>
		<link>http://www.androidpatterns.com/uap_pattern/action-bar/comment-page-1#comment-4128</link>
		<dc:creator>ahmet alp balkan</dc:creator>
		<pubDate>Sat, 24 Dec 2011 20:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=223#comment-4128</guid>
		<description>This project does the trick https://github.com/johannilsson/android-actionbar</description>
		<content:encoded><![CDATA[<p>This project does the trick <a href="https://github.com/johannilsson/android-actionbar" rel="nofollow">https://github.com/johannilsson/android-actionbar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progress wheel dialog by egar</title>
		<link>http://www.androidpatterns.com/uap_pattern/progress-wheel-dialog/comment-page-1#comment-4085</link>
		<dc:creator>egar</dc:creator>
		<pubDate>Tue, 20 Dec 2011 03:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=1420#comment-4085</guid>
		<description>nice share..and where i can get the tutorial step by step to build this source code.
thx</description>
		<content:encoded><![CDATA[<p>nice share..and where i can get the tutorial step by step to build this source code.<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sort &#8211; Drag &amp; drop by Mykola Nikishov</title>
		<link>http://www.androidpatterns.com/uap_pattern/sort-drag-drop/comment-page-1#comment-3981</link>
		<dc:creator>Mykola Nikishov</dc:creator>
		<pubDate>Sat, 10 Dec 2011 12:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=825#comment-3981</guid>
		<description>You&#039;re wrong, the CommonsWare Android Components has a drag-and-drop ListView drop-in replacement http://github.com/commonsguy/cwac-touchist</description>
		<content:encoded><![CDATA[<p>You&#8217;re wrong, the CommonsWare Android Components has a drag-and-drop ListView drop-in replacement <a href="http://github.com/commonsguy/cwac-touchist" rel="nofollow">http://github.com/commonsguy/cwac-touchist</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pull to refresh by Alex Debkaliuk</title>
		<link>http://www.androidpatterns.com/uap_pattern/pull-to-refresh-2/comment-page-1#comment-3839</link>
		<dc:creator>Alex Debkaliuk</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=1953#comment-3839</guid>
		<description>C&#039;mon, it has to do it automatically with no hints or interaction whatsoever.

If too many items keep coming, pause button will do.

IMHO</description>
		<content:encoded><![CDATA[<p>C&#8217;mon, it has to do it automatically with no hints or interaction whatsoever.</p>
<p>If too many items keep coming, pause button will do.</p>
<p>IMHO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tab bar by mukund</title>
		<link>http://www.androidpatterns.com/uap_pattern/tab-bar/comment-page-1#comment-3791</link>
		<dc:creator>mukund</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=293#comment-3791</guid>
		<description>hi, how to set 3rd tab and its contents by default selected when an activity is start? please reply as early as possible.
Thanks in advance.  :)</description>
		<content:encoded><![CDATA[<p>hi, how to set 3rd tab and its contents by default selected when an activity is start? please reply as early as possible.<br />
Thanks in advance.  <img src='http://www.androidpatterns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Action bar by Matthias Friedrich</title>
		<link>http://www.androidpatterns.com/uap_pattern/action-bar/comment-page-1#comment-3690</link>
		<dc:creator>Matthias Friedrich</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=223#comment-3690</guid>
		<description>for the ActionBar try this: http://developer.android.com/resources/samples/ActionBarCompat/index.html</description>
		<content:encoded><![CDATA[<p>for the ActionBar try this: <a href="http://developer.android.com/resources/samples/ActionBarCompat/index.html" rel="nofollow">http://developer.android.com/resources/samples/ActionBarCompat/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slide to scroll by Sim Youngdae</title>
		<link>http://www.androidpatterns.com/uap_pattern/slide-to-scroll/comment-page-1#comment-3619</link>
		<dc:creator>Sim Youngdae</dc:creator>
		<pubDate>Wed, 02 Nov 2011 03:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidpatterns.com/?post_type=uap_pattern&#038;p=1026#comment-3619</guid>
		<description>please give me it&#039;s source.</description>
		<content:encoded><![CDATA[<p>please give me it&#8217;s source.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

