
Google Android_Docs
desaco
技术,产品,运营。安卓应用研发10年+。服务过多家上市公司。
展开
-
android process and thread
Processes:By default, all components of the same application run in the same process and most applications should not change this. However, if you find that you need to control which process a cer翻译 2015-11-23 09:54:15 · 717 阅读 · 0 评论 -
Android AIDL
android IPC: AIDL thread is not blocked.Using AIDL is necessary only if you allow clients from different applications to access your service for IPC and want to handle multithreading in your service原创 2015-11-23 18:46:34 · 644 阅读 · 0 评论 -
android-training-course-in-chinese(Android官方中文文档)
> google的Android官方文档翻译为中文文档,提供学习http://hukai.me/android-training-course-in-chinese/connectivity/efficient-downloads/efficient-network-access.html https://github.com/kesenhoo/android-training-cours原创 2016-08-14 16:09:19 · 11640 阅读 · 0 评论 -
Java/Android 编码规范,设计规范等
> Android 编码规范Android 编码规范- https://www.jianshu.com/p/0a984f999592google官方android编码风格规范- http://www.360sdn.com/2013/android_0517/144.html-- Android编码规范 1.java代码中不出现中文,最多注释中可以出现中文 2.局部变量命名、静态...原创 2018-05-03 10:03:31 · 434 阅读 · 0 评论