
翻译
akon_vm
这个作者很懒,什么都没留下…
展开
-
Android开发指南(38) —— Status Bar Notifications(翻译)
前言 本章内容为Android开发者指南的 Framework Topics/User Interface/Notifications/Status Bar Notifications章节,译为"状态栏通知",版本为Android 4.0 r1,翻译来自:"呆呆大虾",欢迎访问他的微博:"http://weibo.com/popapa",再次感谢"呆呆大虾" !期待你一起参与翻译Andr转载 2012-03-31 16:33:31 · 987 阅读 · 0 评论 -
Android Designing for Performance(性能优化)
转载:http://androidbox.sinaapp.com/ 原文 http://developer.android.com/guide/practices/design/performance.html 性能优化 Android应用程序运行的移动设备受限于其运算能力,存储空间,及电池续航。由此,它必须是高效的。电池续航可能是一个促使你优化程序的转载 2012-03-31 16:53:49 · 825 阅读 · 0 评论 -
【翻译文档】Android Dialog
声明:本文翻译自Android SDK自带文档中的guide/topics/ui/dialogs.html 一个dialog通常是指出现在当前Activity前面的小窗口,当dialog出现后,被它部分遮盖的Activity将失去焦点,一切的用户操作交由这个dialog处理。 Android API支持以下类型的Dialog对象: AlertDialog -- 允许你在其上添加0、1、翻译 2012-04-05 21:18:47 · 1980 阅读 · 0 评论