摘要: 主界面:未绑定Service单击获取Service数据效果:绑定Service后单击获取Service数据效果下面看HelloBindService代码:package com.luohaibotestdemo12;import android.app.Service;import android.... 阅读全文
posted @ 2014-04-21 21:32 我是不可不戒 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 定义一个类HelloIntentService:package com.luohaibo.testdemo11;import android.app.IntentService;import android.content.Intent;public class HelloIntentService... 阅读全文
posted @ 2014-04-21 19:27 我是不可不戒 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 一个BroadcastReceive例子代码如下:package com.luohaibo.testdemo10;import android.app.Notification;import android.app.NotificationManager;import android.app.Pen... 阅读全文
posted @ 2014-04-21 18:14 我是不可不戒 阅读(232) 评论(0) 推荐(0) 编辑