Issue #416

栏目: IT技术 · 发布时间: 5年前

Articles & Tutorials

Sponsored

Issue #416 Deploy Android Chat In Hours With Stream

(getstream.io)

Learn how easy it is to use Stream's Android Java & Kotlin chat SDK. Build real-time chat for Android in hours, not months. Start a free trial now and try out Stream's chat API and SDK Components. See why Stream powers the feeds and chat for over 500 million end-users.

Sponsored

Issue #416 Build and operate Android apps faster with Bitrise

(www.bitrise.io)

From Android-specific solutions to full cross-platform support, we aim to streamline your development process through one, easy-to-use service. Whether you work in Kotlin, React Native, or any other framework, Bitrise is the way to go. Sign up for a free trial today!

Issue #416 Designing and Working with Single View States on Android

(zsmb.co)

In this article, Márton Braun looks at some basic patterns you might end up using if you decide that the state object should have a one-to-one mapping to the UI state in your view architecture.

Easy Android Scopes

(ryanharter.com)

Ryan Harter takes a look at some of the existing approaches that allow us to create presenters that will live in the context of our views and then shares an alternate approach that he's used to ensure presenters are properly bound to their view’s lifecycle.

Jetpack ViewModel and string resources

(www.rockandnull.com)

Bevan Steele shares a couple of ways to make ViewModels as Android-independent as possible.

Modern Security in Android

(medium.com)

This six-part post by Dinorah Tovar compiles her lastest talk about “Modern Security for Android Developers”.

May 2020: The state of Kotlin Scripting

(medium.com)

Lately, Martin Bonnin started replacing Bash and Python scripts with Kotlin Scripts and he's loving Kotlin even more!

Make it work with foldable displays

(medium.com)

In this article, Malik Motani talks about things that a developer needs to keep in mind while developing an app for foldable devices

Material Shape: Cutting Corners

(blog.stylingandroid.com)

Mark Allison continues his series on Material 2.0 themes, this time looking at how we can create custom corner and edge treatments.

Hiding Text in Kotlin – How many ways?

(blog.blundellapps.co.uk)

At some point, you may want to show that you know a text value, but not show the value itself. Paul Blundell explores some ways to implement this in Kotlin.

A hidden Kotlin gem: Deprecations with ReplaceWith

(dev.to)

Marc Reichelt describes how in Kotlin & IntelliJ/Android Studio, Deprecations with ReplaceWith can give you a pleasant developer experience.

Resource configuration for Microsoft Surface Duo

(devblogs.microsoft.com)

Enhancing your app for dual-screen devices is easily done by following this three-step process. Here, Cesar provides some additional useful tips for embracing new features so your app can take full advantage of both screens when it is spanned.

Refactoring Themes with Style

(medium.com)

Theme overlays are used to override values from your theme. Ataul Munim highlights three cases where he's using them to be helpful.

Kotlin Collection Functions Cheat Sheet

(shorturl.at)

Kotlin provides a rich utility set of functions for its collections. It is hard to scan through 200 of them alphabetically to find which is relevant. Hence Elye has made a cheat sheet for the functions, grouping them based on its functionality.

Stop using Gradle buildSrc. Use composite builds instead

(proandroiddev.com)

You are invalidating the whole project for any change within buildSrc, usually without there being a valid reason. Josef Raska shows how we can keep the sweetness of Kotlin whilst avoiding this.

Firebase Predictions

(vladimirj.dev)

A lot of Android developers have never heard of Firebase Predictions or never used it, and this article will serve as a quick introduction. Vladimir Jovanovic also explores some of the retention and monetization strategies that this tool makes possible.

Place a sponsored post

Issue #416 Place a sponsored post on an Android Weekly issue

(androidweekly.net)

Reach more than 66k subscribers around the world with your Android development product or service, or post a job post to hire excellent Android developers.

Libraries & Code

supabase

(github.com)

Supabase, an open-source alternative to Firebase Realtime Database, adds realtime and RESTful APIs to your existing PostgreSQL database without a single line of code.

News

Android Studio 4.0

(android-developers.googleblog.com)

Google announces the release of Android Studio 4.0

Announcing Firebase Live

(firebase.googleblog.com)

Firebase Live is a new 5-part weekly web series for developers consisting of talks, tips, and technical tutorials to help you increase productivity and collaboration among your team.

Issue #416 Duolingo migrates to Kotlin

(developer.android.com)

Duolingo completes migration to Kotlin and reduces its line count by an average of 30%.

Videos & Podcasts

What's new in Android Studio 4.0

(www.youtube.com)

The Android Studio 4.0 release introduces a new Motion Editor, Build Speed window, Live Layout inspector, Multi Preview for your layouts, support for Kotlin DSL script files, and a Smart editor for R8 rules.

Issue #416 Kotlin Object

(www.youtube.com)

In this episode, we go over the differences between implementing a Singleton in Java versus Kotlin, how you can create Singletons in Kotlin without using the static keyword, and what’s happening under the hood when using object

Functional Kotlin w/ Higher Order Functions & Kotlin Standard Library

(www.youtube.com)

Nate Ebel teaches how to write and use Kotlin's higher-order functions. You'll then learn about many useful functions from the Kotlin Standard Library such as filter(), map(), filterNotNull(), associate(), and more.

Jetpack Compose with Leland Richardson

(talkingkotlin.com)

Jetpack Compose is the new UI toolkit from Google that is Kotlin First. It takes advantage of Kotlin's Compiler Plugin Architecture to provide a performant UI layer for Android development (albeit extensible to other platforms). Hadi sits down with the lead of the project to discuss what it is and plans around it.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

垃圾收集

垃圾收集

琼斯 / 谢之易 / 人民邮电出版社 / 2004-4-1 / 45.00元

书围绕着动态内存自动回收的话题,介绍了垃圾收集机制,详细分析了各种算法和相关技术。 本书共12章。第1章首先介绍计算机存储器管理的演化和自动内存回收的需求,并引入了本书所使用的术语和记法。第2章介绍了3种“经典”的垃圾收集技术:引用计数(reference counting)、标记-清扫(mark-sweep)和节点复制(copying)。 随后的4章更详细地讨论了上述这些垃圾收集方式......一起来看看 《垃圾收集》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具