2013年12月10日
摘要: Android中BindService方式使用的理解Demo下载 阅读全文
posted @ 2013-12-10 14:37 猥琐丶欲为 阅读(142) 评论(0) 推荐(0) 编辑
摘要: startService与bindService的区别 阅读全文
posted @ 2013-12-10 13:54 猥琐丶欲为 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1、编写activity_main.xml View Code 2、编写MainActivity.javapackage com.hyzhou.testservice;import com.hyzhou.testservice.TestServer.MyBinder;import android.os.Bundle;import android.os.IBinder;import android.view.View;import android.app.Activity;import android.content.Comp... 阅读全文
posted @ 2013-12-10 11:37 猥琐丶欲为 阅读(1544) 评论(0) 推荐(0) 编辑