Issue #437

October 25th, 2020

Articles & Tutorials

 
link image   Logging in Android (magdamiu.com)

Magda Miu shares a quick overview of the built-in logging capability in Android.

 
Learn the steps to build an app that detects crop diseases (developers.googleblog.com)

A few familiar faces from Google and the community came together to show you how to build an app using multiple Google Developer tools to detect crop diseases, from scratch, in just a few minutes.

 
Sponsored
link image   Convert manual tests to exportable Appium scripts (kobiton.com)

Kobiton’s open Appium export allows you to quickly perform a manual test and convert it into an exportable Appium script you can plug right into your IDE and CI/CD pipelines. Run it against our cloud of devices, or on any of our competitors. It’s your code, use it how you want. Learn more today!

 
Choosing the right architecture for a Kotlin Multiplatform app (www.marcogomiero.com)

Marco Gomiero is in the early stages of a multiplatform project, and he walks through some of the decisions and implementation details when using Kotlin Multiplatform.

 
Navigating with SafeArgs (medium.com)

The Navigation component enables passing arguments with Bundles, and Chet Haase shows how those arguments can be passed in a typesafe way using SafeArgs.

 
Extend your code readability with Kotlin extensions (medium.com)

Have you ever used an API and wanted to add functionality or a property to it? Meghan Mehta shows how this is possible with Kotlin extensions.

 
3 Practical Steps To Master Android DataStore (vladsonkin.com)

Android DataStore is a new way of storing the data, and it aims to replace the SharedPreferences. This post by Vlad Sonkin a brief story of how to implement Jetpack DataStore in an app and what the benefits are.

 
Remote Work in 2020 is Not Normal - Will We Evaluate It Fairly? (goobar.io)

How are you feeling about working from home right now? Nate Ebel investigates how the current work from home situation is similar to and differs from more "normal" remote work.

 
Material Motion: Fade (blog.stylingandroid.com)

Mark Allison continues the series by looking at the Fade transition and explores how and when to use them.

 
How to make POST, GET, PUT & DELETE requests with Retrofit using Kotlin (johncodeos.com)

John Codeos shares examples of how to make the most common REST calls with Retrofit, using Kotlin.

 
Android Studio Tricks: Surround With (ivanmorgillo.com)

Ivan Morgillo shares his second favorite time-saving feature in Android Studio: Surround With.

 
Announcing Coil 1.0 (tech.instacart.com)

Colin White announces the release of Coil 1.0, a Kotlin-first image loading library for Android built on top of Kotlin Coroutines.

 
Goodbye Gson, Hello Moshi (proandroiddev.com)

Reza's article is about migrating from Gson on to a relatively new serialization library for Android and Kotlin named Moshi.

 

Place a sponsored post

 
link image   Place a sponsored post & reach over 66k Android devs (androidweekly.net)

 

Jobs

 
Senior Mobile Engineer (React Native) (Remote (USA))

You will architect and grow new and existing codebases, give technical input and feedback to Axios’ product and design teams for new features, and help develop the skills of your teammates with industry best practices around testing, accessibility, and documentation.

 

Libraries & Code

 
link image   Coil (github.com)

Image loading for Android backed by Kotlin Coroutines

 
BlurHashExt (github.com)

Kotlin extensions of Blurhash for ImageView, Glide, and Picasso optimized for Android.

 
Animation-Tutorials (github.com)

Tutorials about animations with Animators, Animated Vector Drawables, Shared Transitions, and more

 
release-changelog-builder-action (github.com)

A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.

 

News

 
link image   It's Time to Upgrade to the New Firebase Crashlytics SDK! (firebase.googleblog.com)

On November 15th, Google will be sunsetting the legacy Fabric SDK, meaning any apps that are still using the Fabric SDK will no longer report crashes.

 
Firebase Summit: 27 October - 28 October 2020 (firebase.google.com)

Firebase Summit is returning as a virtual event on 27 October - 28 October 2020. Join for a keynote, technical sessions, live Q&A, demos, and code labs.

 
State and Jetpack Compose (developer.android.com)

Google has launched new documentation covering how to use State in Jetpack Compose

 

Videos & Podcasts

 
link image   Droidcon EMEA (www.droidcon.com)

Videos of presentations from Droidcon EMEA

 
Unit Testing Channels & Flows in Practice (www.youtube.com)

Mohit Sarveiya presents on unit testing Kotlin channels and flows

 
DevFest UK & Ireland 2020 - MOBILE Track (www.youtube.com)

Recordings of the mobile track from DevFest UK & Ireland. See the description for specific track times for the various presentations.

 
Building beautiful transitions with Material Motion for Android (www.youtube.com)

In this talk, Jonas & Dan review each of the transition patterns, when they should be used, and how they can be implemented with the new library.

 
Converting an existing app screen to Jetpack Compose (Part 1) (www.youtube.com)

In this livestream, Nick Rout goes through migrating an existing app screen from using Views and MDC-Android to the new Jetpack Compose UI toolkit.

 
The ABC of Coroutines (www.youtube.com)

Coroutines in Kotlin simplify asynchronous operations on Android. In this video, we explain the most common classes and functions used in coroutines. CoroutineContext, Job, Dispatchers, and much more!