<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; AIDLService</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=aidlservice" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>android开发：AIDL服务的一个实例</title>
		<link>http://www.lanxinbase.com/?p=1092</link>
		<comments>http://www.lanxinbase.com/?p=1092#comments</comments>
		<pubDate>Mon, 13 Jun 2016 05:36:10 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[AIDL]]></category>
		<category><![CDATA[AIDLService]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1092</guid>
		<description><![CDATA[这个服务其实很简单，服务端，我们只要实现一个AIDL的接口文档，然后我们在服务的onBind返回AIDL的对象。

下面是AIDL接口的代码：

package com.test.testaidlservice;

// Declare any non-default types here with import statements

interface ITest {

    String getStr();
    int getInt();
}]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=1092</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
