Kotlin Weekly 中文周报 —— 119

Kotlin Weekly 中文周报


  1. Effective migration to Kotlin on Android (android.jlelse.eu)
    Android 迁移到 Kotlin 的最佳实践
    This article by Aris Papadopoulos presents a collection of practical advice and tricks to help you out in the transition of your Android Java code to Kotlin.
    这篇文章由 Aris Papadopoulos 提供了一个实用的建议和技巧的集合,帮助你在你的 Android Java 代码转换到 Kotlin。

  2. Webcast: What's new in Gradle 5.0 (gradle.org)
    WebCast:最新的 Gradle 5.0 是什么
    Gradle 5.0 is much faster and more memory efficient than previous versions of Gradle, has better tools to inspect and manage transitive dependencies, and a new Kotlin DSL. This 1-hour live webcast demonstrates 4 key themes of Gradle 5.0. Sign up before Nov 29th.
    gradle 5.0 比以前版本的 gradle 更快、更高效,有更好的工具来检查和管理可传递的依赖关系,以及一个新的 kotlin dsl。这 1 小时的网上直播展示了 4 个关键主题的 gradle 5.0。在 11 月 29 日之前报名。

  3. Kotlin Coroutines Concurrency (kotlinexpertise.com)
    Kotlin Coroutines 并发
    Simon Wirtz writes about Kotlin Coroutines and how concurrency is different from parallelism.
    Simon Wirtz 写到了 Kotlin Coroutines,以及并发性与并行性的区别。

  4. Blocking threads, suspending coroutines (medium.com)
    阻塞线程与暂停协同
    On distinction between blocking a thread and suspending a coroutine
    论阻塞线与挂线的区别。

  5. Android Networking with Coroutines and Retrofit (medium.com)
    Android 网络连接通过 Coroutines 和 Retrofit。

  6. 7 things any Java developer should know when starting with Kotlin (medium.com)
    所有 Java 开发人员开始了解 Kotlin 应该知道的 7 件事情。
    An introduction to my favorite Kotlin language features and how to apply them properly
    介绍我最喜欢的 Kotlin 语言特点以及如何正确地应用它们。

  7. Detecting Kotlin Code Smells with Detekt (proandroiddev.com)
    检测 kotlin 代码的气味与 detekt
    In this article, Mario Sanoguera de Lorenzo shows how to improve your Kotlin codebase with Detekt, a Kotlin Static Analysis Tool.
    在本文中,Mario Sanoguera de Lorenzo 展示了如何使用 Kotlin 静态分析工具 Detekt 来改进 Kotlin 代码库。

  8. Monitoring GPS and Location Permission checks using LiveData (Part 1) (proandroiddev.com)
    使用 Livedata 监视 GPS 和位置许可检查(第 1 部分)
    In our last project, we worked on a smartphone app to combat electric vehicle anxiety by understanding users’ needs…
    在我们的最后一个项目中,我们在一个智能手机应用程序中,通过了解用户的需求来对抗电动汽车的焦虑。

  9. What Are Kotlin Contracts and How Are They Useful? (pspdfkit.com)
    什么是 Kotlin 合同,它们是如何有用的?
    Anastasiia Zhuravleva shows that the main purpose of Kotlin contracts is to help the Kotlin compiler with complicated code analysis in cases where the developer knows more details about the code than the compiler can see.
    Anastasiia Zhuravleva 表示,Kotlin 合同的主要目的是帮助 Kotlin 编译器,在开发人员对代码的详细了解比编译器可以看到的情况下,使用复杂的代码分析。

  10. What's New In Kotlin 1.3? * Todd Ginsberg (todd.ginsberg.com)
    Kotlin 1.3 中的新特性
    A comprehensive-ish overview of new language features in Kotlin 1.3。
    Kotlin 1.3 中新语言特征的综合 ISH 概述

  11. Developing Android Apps with Kotlin (www.udacity.com)
    用 Kotlin 开发 Android 应用程序
    Free course by Google: Learn to architect and develop Android apps in the Kotlin programming language using industry-proven tools and libraries. With these techniques, you'll create apps in less time, writing less code, and with fewer errors.
    免费课程:学习建筑师和开发 Android 应用程序在 Kotlin 编程语言使用行业证明的工具和图书馆。有了这些技术,你就可以在更短的时间内创建应用程序,编写更少的代码,减少错误。

  12. Transition X (github.com)
    Declarative Kotlin DSL for choreographing Android transitions
    用于编排 Android 转换的声明性 Kotlin DSL


文章主要来源:

  1. Android Weekly - 335
  2. Kotlin Weekly - 119
  3. Kotlin Weekly Update — 57

关于我:微博,,掘金,Github。


你可能感兴趣的:(Kotlin Weekly 中文周报 —— 119)