<?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: Basics of Android : Part III &#8211; Android Services</title>
	<atom:link href="http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/</link>
	<description>Tutorials, Tips and tricks, Tools for Android development</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Deshmukhcv</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-659</link>
		<dc:creator>Deshmukhcv</dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-659</guid>
		<description>Good Article for Service.
</description>
		<content:encoded><![CDATA[<p>Good Article for Service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumith.M.P</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-636</link>
		<dc:creator>Sumith.M.P</dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-636</guid>
		<description>Clear explaination for interaction between activity and service.
Thanks for this knowledgeable  piece of code.
Regards,
Sumith.M.P</description>
		<content:encoded><![CDATA[<p>Clear explaination for interaction between activity and service.<br />
Thanks for this knowledgeable  piece of code.<br />
Regards,<br />
Sumith.M.P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biocram&#039;s Blog</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-607</link>
		<dc:creator>Biocram&#039;s Blog</dc:creator>
		<pubDate>Tue, 21 Jun 2011 09:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-607</guid>
		<description>[...] Binding to a remote service 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Binding to a remote service 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manjeet Dahiya</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-586</link>
		<dc:creator>Manjeet Dahiya</dc:creator>
		<pubDate>Tue, 22 Mar 2011 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-586</guid>
		<description>Thanks for making it easy to understand. 

I&#039;m not sure whether I need to use a service or not. I have a small application and it fetches data using RSS and presents it on the UI. I definitely need to bring the network connections in a different thread. Can I just do it in an activity? Or service is the only way to create a thread and do background work?</description>
		<content:encoded><![CDATA[<p>Thanks for making it easy to understand. </p>
<p>I&#8217;m not sure whether I need to use a service or not. I have a small application and it fetches data using RSS and presents it on the UI. I definitely need to bring the network connections in a different thread. Can I just do it in an activity? Or service is the only way to create a thread and do background work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cd8888</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-562</link>
		<dc:creator>cd8888</dc:creator>
		<pubDate>Mon, 10 Jan 2011 12:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-562</guid>
		<description>You should update this post as your code will leak the service see here for details
http://www.ozdroid.com/#!BLOG/2010/12/19/How_to_make_a_local_Service_and_bind_to_it_in_Android</description>
		<content:encoded><![CDATA[<p>You should update this post as your code will leak the service see here for details<br />
<a href="http://www.ozdroid.com/#!BLOG/2010/12/19/How_to_make_a_local_Service_and_bind_to_it_in_Android" rel="nofollow">http://www.ozdroid.com/#!BLOG/2010/12/19/How_to_make_a_local_Service_and_bind_to_it_in_Android</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanis</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-519</link>
		<dc:creator>Yanis</dc:creator>
		<pubDate>Sat, 16 Oct 2010 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-519</guid>
		<description>Thank you for this post.

At the end of the reading I still have a question.

Let&#039;s say I have a service that handles all the networking stuff. I want this service to be bind to several Activities. So I can do networking stuff from several activities. Is that possible? How would you do that ?

And, again, great post !</description>
		<content:encoded><![CDATA[<p>Thank you for this post.</p>
<p>At the end of the reading I still have a question.</p>
<p>Let&#8217;s say I have a service that handles all the networking stuff. I want this service to be bind to several Activities. So I can do networking stuff from several activities. Is that possible? How would you do that ?</p>
<p>And, again, great post !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melroy van den Berg</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-515</link>
		<dc:creator>Melroy van den Berg</dc:creator>
		<pubDate>Fri, 08 Oct 2010 04:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-515</guid>
		<description>Everything you use an example of the AndroidManifest.xml (like in the begin and at the end) I don&#039;t see :S

It is just empty, but the rest of the example code I do see...
I use Firefox 3.6.8 running on Linux Mint 9. Any idea?</description>
		<content:encoded><![CDATA[<p>Everything you use an example of the AndroidManifest.xml (like in the begin and at the end) I don&#8217;t see :S</p>
<p>It is just empty, but the rest of the example code I do see&#8230;<br />
I use Firefox 3.6.8 running on Linux Mint 9. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nayab</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-450</link>
		<dc:creator>Nayab</dc:creator>
		<pubDate>Fri, 16 Jul 2010 05:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-450</guid>
		<description>hi Gabri,
          This tutorial is very good and really helpful.
Thank you.</description>
		<content:encoded><![CDATA[<p>hi Gabri,<br />
          This tutorial is very good and really helpful.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabri van Lee</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-426</link>
		<dc:creator>Gabri van Lee</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-426</guid>
		<description>&lt;a href=&quot;#comment-418&quot; rel=&quot;nofollow&quot;&gt;@Yousef&lt;/a&gt; 

Somehow the site doesn&#039;t seem to render properly. If you have IE8 and set it to compatibility mode, it works though.

Thanks for the info, great work.</description>
		<content:encoded><![CDATA[<p><a href="#comment-418" rel="nofollow">@Yousef</a> </p>
<p>Somehow the site doesn&#8217;t seem to render properly. If you have IE8 and set it to compatibility mode, it works though.</p>
<p>Thanks for the info, great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousef</title>
		<link>http://www.androidcompetencycenter.com/2009/01/basics-of-android-part-iii-android-services/comment-page-1/#comment-418</link>
		<dc:creator>Yousef</dc:creator>
		<pubDate>Mon, 24 May 2010 01:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=64#comment-418</guid>
		<description>Thank you..
But some fields like the ones in the permission section are not shown, so please try to fix them</description>
		<content:encoded><![CDATA[<p>Thank you..<br />
But some fields like the ones in the permission section are not shown, so please try to fix them</p>
]]></content:encoded>
	</item>
</channel>
</rss>

