
android源码翻译
不倒翁的今生今世
这个作者很懒,什么都没留下…
展开
-
AsyncTask源码翻译
前言: /** AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and/or翻译 2015-07-08 12:30:55 · 743 阅读 · 0 评论 -
TextUtils源码翻译
/**获得一个字符在字符串的public static void getChars(CharSequence s, int start, int end, char[] dest, int destoff) { throw new RuntimeException("Stub!"); } /*获取ch字符在s字符串中出现的位置 public static int indexOf(CharSeq翻译 2015-07-14 18:07:32 · 696 阅读 · 0 评论 -
设置导航栏和状态栏的色值以及沉浸式研究
SystemBarTintManager(翻译)其实我不会做这个我是在网上看了别人做的比较好的东东,然后看了翻译过来的,原文地址:http://blog.youkuaiyun.com/jdsjlzx/article/details/41643587写这个代码的人真牛逼,代码超级规范,反正比我写的好。以下为翻译内容:“` /** *当使用使用KitKat半透明的系统UI模式时,该类主要是用来管理状态栏和导航翻译 2015-07-31 16:47:15 · 26893 阅读 · 0 评论