摘要: 绑定service需要在上一讲中,新创建一个AIDL。// AppServiceRemoteBinder.aidlpackage com.example.yabushan.aidsservice;// Declare any non-default types here with import st... 阅读全文
posted @ 2015-11-23 23:50 雅布珊 阅读(394) 评论(0) 推荐(0)
摘要: package com.example.yabushan.aidsservice;import android.app.Service;import android.content.Intent;import android.os.IBinder;//创建一个服务public class AppSe... 阅读全文
posted @ 2015-11-23 23:35 雅布珊 阅读(296) 评论(0) 推荐(0)