<?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: Bound Service Example In Android	</title>
	<atom:link href="https://www.truiton.com/2014/11/bound-service-example-android/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.truiton.com/2014/11/bound-service-example-android/</link>
	<description>Technology Reaching Us In Time - Online</description>
	<lastBuildDate>Mon, 25 Nov 2019 09:50:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Mohit Gupt		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-18931</link>

		<dc:creator><![CDATA[Mohit Gupt]]></dc:creator>
		<pubDate>Wed, 17 Oct 2018 08:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-18931</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.truiton.com/2014/11/bound-service-example-android/#comment-18929&quot;&gt;Pan054&lt;/a&gt;.

To initiate communication from service you might have to use a &lt;code&gt;&lt;a href=&quot;https://developer.android.com/reference/android/os/Messenger&quot; rel=&quot;nofollow&quot;&gt;Messenger&lt;/a&gt;&lt;/code&gt; to provide the interface for your service. To see a working example please refer to these samples &lt;a href=&quot;https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/app/MessengerService.java&quot; rel=&quot;nofollow&quot;&gt;MessengerService.java&lt;/a&gt; (service) and &lt;a href=&quot;https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.java&quot; rel=&quot;nofollow&quot;&gt;MessengerServiceActivities.java&lt;/a&gt; (client).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.truiton.com/2014/11/bound-service-example-android/#comment-18929">Pan054</a>.</p>
<p>To initiate communication from service you might have to use a <code><a href="https://developer.android.com/reference/android/os/Messenger" rel="nofollow">Messenger</a></code> to provide the interface for your service. To see a working example please refer to these samples <a href="https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/app/MessengerService.java" rel="nofollow">MessengerService.java</a> (service) and <a href="https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.java" rel="nofollow">MessengerServiceActivities.java</a> (client).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pan054		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-18929</link>

		<dc:creator><![CDATA[Pan054]]></dc:creator>
		<pubDate>Sun, 14 Oct 2018 00:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-18929</guid>

					<description><![CDATA[Thanks for your tutorial.  All tutorials that I&#039;ve read regarding bound services talk about how to call service methods from an activity, which allows communication initiated by the activity. 
But can you please explain how you would initiate communication and send data from the service to the activity?]]></description>
			<content:encoded><![CDATA[<p>Thanks for your tutorial.  All tutorials that I&#8217;ve read regarding bound services talk about how to call service methods from an activity, which allows communication initiated by the activity.<br />
But can you please explain how you would initiate communication and send data from the service to the activity?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rakhi		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-15536</link>

		<dc:creator><![CDATA[Rakhi]]></dc:creator>
		<pubDate>Wed, 27 Sep 2017 07:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-15536</guid>

					<description><![CDATA[Very well explained, coz I really understood the concept after reading so many articles. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Very well explained, coz I really understood the concept after reading so many articles. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Womble		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-14634</link>

		<dc:creator><![CDATA[Womble]]></dc:creator>
		<pubDate>Fri, 30 Jun 2017 13:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-14634</guid>

					<description><![CDATA[How would you bind second activity to service ?]]></description>
			<content:encoded><![CDATA[<p>How would you bind second activity to service ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: itai		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-14580</link>

		<dc:creator><![CDATA[itai]]></dc:creator>
		<pubDate>Sun, 25 Jun 2017 06:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-14580</guid>

					<description><![CDATA[Thanks!]]></description>
			<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohit Gupt		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-14471</link>

		<dc:creator><![CDATA[Mohit Gupt]]></dc:creator>
		<pubDate>Fri, 16 Jun 2017 16:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-14471</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.truiton.com/2014/11/bound-service-example-android/#comment-14466&quot;&gt;Mitch&lt;/a&gt;.

Thanks !]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.truiton.com/2014/11/bound-service-example-android/#comment-14466">Mitch</a>.</p>
<p>Thanks !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mitch		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-14466</link>

		<dc:creator><![CDATA[Mitch]]></dc:creator>
		<pubDate>Thu, 15 Jun 2017 21:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-14466</guid>

					<description><![CDATA[Mohit, this is a wonderful tutorial!]]></description>
			<content:encoded><![CDATA[<p>Mohit, this is a wonderful tutorial!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jyothi		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-14284</link>

		<dc:creator><![CDATA[Jyothi]]></dc:creator>
		<pubDate>Wed, 31 May 2017 00:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-14284</guid>

					<description><![CDATA[Thank you]]></description>
			<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Parth Desai		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-13751</link>

		<dc:creator><![CDATA[Parth Desai]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 07:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-13751</guid>

					<description><![CDATA[Why we need bound service?I want to know.]]></description>
			<content:encoded><![CDATA[<p>Why we need bound service?I want to know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dmitry		</title>
		<link>https://www.truiton.com/2014/11/bound-service-example-android/#comment-12219</link>

		<dc:creator><![CDATA[Dmitry]]></dc:creator>
		<pubDate>Sat, 18 Feb 2017 21:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.truiton.com/?p=737#comment-12219</guid>

					<description><![CDATA[Thanks a lot, Mohit! Good tutorial!]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot, Mohit! Good tutorial!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.truiton.com @ 2026-07-08 11:08:59 by W3 Total Cache
-->