
开发相关
enjio
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 11.04 源 更新不了
ubuntu 11.04版本,在sources.list里面填写以下源: deb http://archive.ubuntu.com/ubuntu/ natty main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu/ natty-security main restricted universe mult原创 2013-09-12 14:53:43 · 1911 阅读 · 0 评论 -
自编译cm10 cm11代码方法
How To Build CyanogenMod Android for Google Galaxy Nexus (GSM) ("maguro") How to Build CyanogenMod for Galaxy Nexus (GSM) (codename: maguro) Note: This CyanogenMod build walkt转载 2014-02-10 11:54:57 · 1979 阅读 · 0 评论 -
常用android代码段
1、发送不重复的通知(Notification) public static void sendNotification(Context context, String title, String message, Bundle extras) { Intent mIntent = new Intent(context, Fragmen转载 2014-02-09 10:59:08 · 679 阅读 · 0 评论