2016年6月21日
摘要: Parcelable.Creator 阅读全文
posted @ 2016-06-21 18:43 奋斗青年一族 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 远程绑定Service ServiceConnection 阅读全文
posted @ 2016-06-21 17:34 奋斗青年一族 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 远程绑定Service AIDL Timer ServiceConnection onServiceConnected() IBinder 阅读全文
posted @ 2016-06-21 16:34 奋斗青年一族 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Service 阅读全文
posted @ 2016-06-21 10:42 奋斗青年一族 阅读(236) 评论(0) 推荐(0) 编辑
摘要: import android.app.Service;import android.content.Intent;import android.os.Binder;import android.os.IBinder; public class BindService extends Service{ 阅读全文
posted @ 2016-06-21 09:58 奋斗青年一族 阅读(160) 评论(0) 推荐(0) 编辑