<?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>[android] AIDLによるプロセス間通信 へのコメント</title>
	<atom:link href="http://xfutures.jp/2009/07/18/60/feed/" rel="self" type="application/rss+xml" />
	<link>http://xfutures.jp/2009/07/18/60/</link>
	<description>飽きっぽいマの雑記</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:08:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>hanzo より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-60</link>
		<dc:creator>hanzo</dc:creator>
		<pubDate>Thu, 13 May 2010 00:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-60</guid>
		<description>サンプル有難う御座います。
早速試してみて、動くこと確認できました?。</description>
		<content:encoded><![CDATA[<p>サンプル有難う御座います。<br />
早速試してみて、動くこと確認できました?。</p>
]]></content:encoded>
	</item>
	<item>
		<title>mt より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-59</link>
		<dc:creator>mt</dc:creator>
		<pubDate>Tue, 11 May 2010 13:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-59</guid>
		<description>&lt;a href=&quot;#comment-57&quot; rel=&quot;nofollow&quot;&gt;@hanzo &lt;/a&gt; 
プロジェクトが異なっていても、AndroidManifestの記述内容は同じですよ。
&lt;a href=&quot;http://xfutures.jp/2010/05/11/276/&quot; rel=&quot;nofollow&quot;&gt;こちら&lt;/a&gt;にサンプルをあげましたので、参考にしてみてください。</description>
		<content:encoded><![CDATA[<p><a href="#comment-57" rel="nofollow">@hanzo </a><br />
プロジェクトが異なっていても、AndroidManifestの記述内容は同じですよ。<br />
<a href="http://xfutures.jp/2010/05/11/276/" rel="nofollow">こちら</a>にサンプルをあげましたので、参考にしてみてください。</p>
]]></content:encoded>
	</item>
	<item>
		<title>[android] 別プロジェクトでAIDLをつかってみる &#124; xFutures より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-58</link>
		<dc:creator>[android] 別プロジェクトでAIDLをつかってみる &#124; xFutures</dc:creator>
		<pubDate>Tue, 11 May 2010 13:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-58</guid>
		<description>[...] プログラム自体は以前書いたのと同じなので省略。 [...]</description>
		<content:encoded><![CDATA[<p>[...] プログラム自体は以前書いたのと同じなので省略。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>hanzo より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-57</link>
		<dc:creator>hanzo</dc:creator>
		<pubDate>Tue, 11 May 2010 05:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-57</guid>
		<description>いつも参考にさせていただいております。

一つ質問なのですが、Eclipse上で開発する際、AIDLを持ったサービスと、AIDLファイルを利用するActivityを別プロジェクトとして開発する場合、AndroidManifest.xmlにはどのように記載すればよいのでしょうか？</description>
		<content:encoded><![CDATA[<p>いつも参考にさせていただいております。</p>
<p>一つ質問なのですが、Eclipse上で開発する際、AIDLを持ったサービスと、AIDLファイルを利用するActivityを別プロジェクトとして開発する場合、AndroidManifest.xmlにはどのように記載すればよいのでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>master より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-34</link>
		<dc:creator>master</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-34</guid>
		<description>回答ありがとうございます。

返信遅くなりました。
なるほど、AIDLファイルを提供するわけですね。

頑張ってみます！</description>
		<content:encoded><![CDATA[<p>回答ありがとうございます。</p>
<p>返信遅くなりました。<br />
なるほど、AIDLファイルを提供するわけですね。</p>
<p>頑張ってみます！</p>
]]></content:encoded>
	</item>
	<item>
		<title>mt より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-33</link>
		<dc:creator>mt</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-33</guid>
		<description>&lt;a href=&quot;#comment-32&quot; rel=&quot;nofollow&quot;&gt;@master &lt;/a&gt; 
できると思いますよ。
サービス側で作ったAIDLファイルを利用者に配布すれば良いかと。</description>
		<content:encoded><![CDATA[<p><a href="#comment-32" rel="nofollow">@master </a><br />
できると思いますよ。<br />
サービス側で作ったAIDLファイルを利用者に配布すれば良いかと。</p>
]]></content:encoded>
	</item>
	<item>
		<title>master より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-32</link>
		<dc:creator>master</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-32</guid>
		<description>参考にさせていただいています。

ご存知でしたら教えていただきたいのですが、
androidのサービスをSDKのような形で提供して、
それをActivityを含むアプリケーションから実行できるように
したいと考えているのですが、可能なのでしょうか？</description>
		<content:encoded><![CDATA[<p>参考にさせていただいています。</p>
<p>ご存知でしたら教えていただきたいのですが、<br />
androidのサービスをSDKのような形で提供して、<br />
それをActivityを含むアプリケーションから実行できるように<br />
したいと考えているのですが、可能なのでしょうか？</p>
]]></content:encoded>
	</item>
	<item>
		<title>[android] AIDLによるプロセス間通信 &#8211; Callback編 &#124; xFutures -飽きっぽいマの雑記- より</title>
		<link>http://xfutures.jp/2009/07/18/60/comment-page-1/#comment-15</link>
		<dc:creator>[android] AIDLによるプロセス間通信 &#8211; Callback編 &#124; xFutures -飽きっぽいマの雑記-</dc:creator>
		<pubDate>Sat, 15 Aug 2009 21:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://xfutures.jp/?p=60#comment-15</guid>
		<description>[...] 前回に続いてAIDLのお話です。今回はCallbackしてみます。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 前回に続いてAIDLのお話です。今回はCallbackしてみます。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

