
Android笔记收藏
Rllen阿伦
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android锁屏状态下弹出activity,如新版qq的锁屏消息提示
在接收消息广播的onReceive里,跳转到你要显示的界面。如:Intent intent = new Intent(arg0,MainActivity.class);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); arg0.startActivity(intent);复制代码在该acti转载 2014-08-27 14:24:08 · 317 阅读 · 0 评论 -
Android Manifest.xml详解
原文链接转载 2014-08-27 15:17:51 · 516 阅读 · 0 评论 -
Android颜色值表大全
原文链接转载 2014-08-27 15:19:53 · 842 阅读 · 0 评论 -
Android开发中常用的Eclipse快捷键详细整理
原文链接转载 2014-08-27 15:57:08 · 328 阅读 · 1 评论