yifeiyuan.me
RTFSC - 程序亦非猿的博客 | 程序亦非猿's Blog
http://yifeiyuan.me/2018/08/08/RTFSC
Posted by 程序亦非猿 on 2018-08-08. Read The Fucking Source Code. 随着做Android开发时间越来越久,看别人的文章博客对自己的收益越来越少,以前看10篇文章,可能9篇对自己有用,后来慢慢减少,8 7 6.1。 Android 源码是学习设计模式的最佳途径之一,Android 团队遇到的坑,比我写过的代码还多,Android 源码中到处可见设计模式的影子,阅读它,可以加深对设计模式的理解。 获取Android Framework源码查看,clone frameworks base. 在 Mac 端可以使用 Sublime 配合 CTAG 查看。 比如针对某一个问题去查看源码,eg. invalidate 和 postInvalidate 的关系与区别是什么. Next Post →. UV: From(16.6.14).
wuchengbin.cn
搭建 Android Framework 源码阅读环境 | Binwin20's Blog
http://www.wuchengbin.cn/2017/02/24/搭建-Android-Framework-源码阅读环境
搭建 Android Framework 源码阅读环境. 以前要看代码都是把Android源代码下载到移动硬盘中,然后用 Sublime 或者 Android Studio 看。 后面在网上找到了在线的 Android 源码 Androidxref. 现在想想,对于我这个渣渣,又不是搞 Framework 开发的,更不是系统开发的,要整个 Android 源码有啥用 只要 Framework 代码就够了,偶尔可能还会看一下 Java 代码,再加一个 libcore 代码就足够了。 把 libcore 和 frameworks 目录拷贝到电脑,然后用 Sublime 打开,使用 CTag 建立索引,就可以看代码了。 Preferences - Key Bindings 在 User 配置中添加:. 就可以 ctrl alt left 返回 ctrl alt right 前进了。 主题 - NexT.Mist.
teng-wang.blogspot.com
程式的奇技淫巧之道: 八月 2016
https://teng-wang.blogspot.com/2016_08_01_archive.html
專攻Android,其他略懂。 奇技淫巧,顧名思義, 泛指作者寫程式時,收集到的有趣寫法,會與不會都無妨。 Android 從無到有(3). 我從事Android App Development已經有三年經驗了,. Android 從無到有(0). Http:/ teng-wang.blogspot.tw/2016/08/How-to-Learn-Android-0.html. Android 從無到有(1). Http:/ teng-wang.blogspot.tw/2016/08/How-to-Learn-Android-1.html. Android 從無到有(2). Http:/ teng-wang.blogspot.tw/2016/08/How-to-Learn-Android-2.html. 值得高興的是Android Studio內建許多強大的Gradle Script,. Android productFlavors and sourceSets 介紹. Http:/ blog.xuite.net/saso0704/wretch/417989281. Https:/ nlhsueh...
adb.rocko.xyz
代码-库 | Android Dev Bookmarks - Android 开发者站点资源
https://adb.rocko.xyz/category/代码-库
署名-非商业性使用-禁止演绎 4.0 国际许可协议. Find Great Code Examples. Search over 20 billion lines of code. Find Great Code Examples. Android Libraries and Resources. 通过流行的应用来发现 Top Android libraries,支持应用搜索。 Free and Open Source Android App Repository. Android Open Source Project. A collection of android open source project.
im-not-dead-so.blogspot.com
i'm not dead, so ...: 3月 2014
http://im-not-dead-so.blogspot.com/2014_03_01_archive.html
I'm not dead, so . You are not expected to understand this. */. 金曜日, 3月 28, 2014. LINK] Interprocess Communication (IPC) - プロセス間通信のまとめ記事. 偶然辿りついた、プロセス間通信についてのまとめ記事。良い。 LINK] Bourne Shell自習テキスト - シェルスクリプトをもう一度最初から. そういえばシェルスクリプトの書き方をきちんと勉強したことなかった。ちょっと探してみたら、ここから始めてみようと思えるのをみつけた。 それとAmazonでも色々な本を見付けることができたが、こっちに送ると送料がばかみたいにかかっちゃうので、保留中。 日曜日, 3月 16, 2014. ば腐らせたく無いが、まあダメになったらそれはそれでいい。で、. る。ここで大事なのは、両方とも腐る可能性があって、苺は優先順. て腐った後どうなるかは状況による - 臭いだけかもしれないし、食って腹を下したり、食中毒で会社1週. 火曜日, 3月 11, 2014. 火曜日, 3月 04, 2014.
kichik.com
Development | kichik's blog
https://kichik.com/category/development
Random incoherent rambling about stuff. Stale MapReduce Staging Directories. I had a problem where HDFS would fill up really fast on my small test cluster. Using. I was able to track it down to the MapReduce staging directory under. This script is pretty slow and it’s probably possible to make it way faster with Snakebite. Or even some Java code. That being said, for daily or even hourly clean-up, this script is good enough. Download PDB by GUID. To download the PDB create a comma separated manifest file...
kichik.com
source code | kichik's blog
https://kichik.com/tag/source-code
Random incoherent rambling about stuff. LXR was created for this exact reason. It allows hosting a fully indexed copy of the source code. It even makes it easy to publish an index of multiple versions of the source code. Want to compare a certain function between two versions of the Linux kernel? Want to know which functions use a certain function? LXR is awesome and fast. Setting up LXR on your own, however, does take some time and effort. That is why I was happy to find AndroidXref.com.
kichik.com
kichik | kichik's blog
https://kichik.com/author/kichik
Random incoherent rambling about stuff. I have seen a few “staying safe online” guides lately. I wrote one of my own a while back after some of my friends were threatened online and got worried. This guide should be a good starting point for most common casual internet users. It’s important to remember that no matter what you do i f it’s online, it can be hacked. Some websites are easier to hack than others. Hackers will try the same password on other websites. Don’t use simple passwords. Click the littl...