Android开源框架源码鉴赏:Okhttp 来源: Android开源框架源码鉴赏:Okhttp - 掘金
If you convert an app from Java to Kotlin, will it take longer to compile? 来源: Kotlin vs Java: Compilation speed – Keepsafe Engineering – Medium
Developers will continue to add new features throughout an application’s lifetime. More code means not only longer build times — it means… 来源: How modularization can speed up …
Broadcast receiver is an Android component which allows you to send or receive Android system or application events. All the registered… 来源: Local Broadcast, less overhead and…
On the road to a #SmallerAPK 来源: Troubleshooting ProGuard issues on Android – Google Developers – Medium
Build your Android apps from the command-lineRead through a Gradle build fileCreate your own Gradle pluginCreate build flavors for profit! 来源: Gradle Tutorial for Android: Get…
Or: “why is RxJava crashing my application when I have an onError callback?” 来源: The RxJava2 Default Error Handler – Bryan Herbst – Medium RxJava2 的错误处理,有必要好好再学习一番错误的处理…
来源: Coding Conventions - Kotlin Programming Language
来源: 随手记Android JS与Native交互实践 实现的思路可以借鉴!更希望能开源,这方便没有统一的标准,到底用哪种方式其它标准还是取决于团队的选择。
前言 这是一个有争议的问题,用户巴不得使用的应用占用越小的内存越好。虽然现在国内android的设备内存越来越大。现在比较难再出现上古世纪的低内存kill问题。 本质 但非要获取更多也不是没办法。我们先从本质说起。首先在android中,每一台设备在/syst 来源: 为App申请更多的内存空间 - 掘金