
android学习 -- 在后台操作
null1989
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Service相关 与app运行在不同的进程
android:processThe name of the process in which the activity should run. Normally, all components of an application run in the default process created for the application. It has the same name as原创 2013-10-30 18:40:20 · 988 阅读 · 0 评论 -
IntentService Alarm 定时后台操作 Demo
直接看代码。。。有loghttp://download.youkuaiyun.com/detail/null1989/6477895原创 2013-10-30 19:17:13 · 522 阅读 · 0 评论 -
notification demo
//Android Notification通知详解////根据activity的生命周期,在activity不显示时,会执行onStop函数(比如按下home键),所以你在onStop函数(按退出键除外)里面把notification放在通知栏里,再此显示时,把notification从通知栏里去掉。或者,只要程序在运行就一直显示通知栏图标。//// ////下面对No转载 2013-10-30 17:52:55 · 1111 阅读 · 0 评论