Defry

博客园 首页 新随笔 联系 订阅 管理

2015年4月10日 #

摘要: android的后台运行在很多service,它们在系统启动时被SystemServer开启,支持系统的正常工作,比如MountService监 听是否有SD卡安装及移除,ClipboardService提供剪切板功能,PackageManagerService提供软件包的安装移除及查看等 等,应用... 阅读全文
posted @ 2015-04-10 16:11 Defry 阅读(225) 评论(0) 推荐(0) 编辑

摘要: public class ProgressDialogActivity extends Activity { private Button btn_large_pd, btn_horizontal_pd; // 声明进度条对话框 ProgressDialog mProgressDialog; // ... 阅读全文
posted @ 2015-04-10 12:08 Defry 阅读(384) 评论(0) 推荐(0) 编辑

摘要: 1、AndroidManifest.xml注意要同时注册Notification02Activity 2、Notification01Activity.javapublic class Notification01Activity extends Activity { Button b... 阅读全文
posted @ 2015-04-10 10:48 Defry 阅读(349) 评论(0) 推荐(0) 编辑