Android Weekly - Android Weekly #443 🤖

 
 

Android Weekly

#443
December 6, 2020
 
 
 

Articles & Tutorials

 
link image   Suspending over Views (chris.banes.dev)

Coroutines can model asynchronous problems on the same thread. Chris Banes writes about one place that really benefits from this: working with the Android view system.

 
Migrating Your Design System to Jetpack Compose: Part 1 (adambennett.dev)

Adam Bennett starts a series of articles on how he and his team are migrating their design system to Jetpack Compose, what they learned, and how you can do the same.

 
Sponsored
link image   20% OFF on Android Testing - Tons of Real Devices (kobiton.com)

Quickly scale real device testing in the cloud with full support for manual gestures, Espresso automation, ADB debugging, and more. Test on the latest Android and iOS devices, all in a highly responsive environment. Get 20% OFF any plan when you use code: ANDROIDWEEKLY before 12/31/2020.

 
Testing Android Fragment in isolation (alexzh.com)

Alex Zhukovich writes about testing fragments with local and instrumentation tests.

 
Custom ItemDecoration (medium.com)

Nicolas Duponchel had to build a custom item decorator and wrote up the approaches he took.

 
ActivityResult API Android (navczydev.medium.com)

Nav Singh teaches about the ActivityResult API, which makes the life of Android developers a lot easier to manage the permissions, and inter-activity communications.

 
Implementing Your Android App for Accessibility Part 3 (proandroiddev.com)

This article series by Pamela Hill is for developers and designers interested in learning more about accessibility, particularly related to the Android platform. The third article educates developers on a few simple implementation details to consider when coding their Android apps.

 
3 Crucial Concepts of gRPC in Android (vladsonkin.com)

In this article, Vlad Sonkin explores the basics of the gRPC implementation in Android apps.

 
Running a Hack Day (medium.com)

Jossi Wolf writes about running a hack day, a one-day event where you can work on whatever for exploring a new technology or just doing something different once in a while.

 
Testing Never-Ending Flows (blog.danlew.net)

Dan Lew shares a quick tip on unit testing never-ending Flows.

 
Seeing If Your App Has the Play Core Vulnerability (commonsware.com)

Mark Murphy writes about how to check if your app is vulnerable to a massive bug in the Play Core library.

 
Build sound classification models for mobile apps (blog.tensorflow.org)

Khanh LeViet announces that Teachable Machine now allows you to train your own sound classification model and export it in the TensorFlow Lite format. Then you can integrate the TFLite model into your mobile applications or your IoT devices.

 
Android Vitals - How adb measures App Startup (dev.to)

What does ActivityTaskManager measure exactly? This article by Py is a deep dive to explore the question.

 
View Binding: farewell to Kotlin Syntetic (www.rockandnull.com)

Kotlin Android extensions are deprecated, so Bevan Steele goes over the recommended way to replace them: View Bindings.

 
KTX: Views (blog.stylingandroid.com)

KTX is a series of Kotlin extension functions for Android. In this post, Mark Allison looks at some that he finds particularly useful.

 
Server Driven UI, Part 2: The GraphQL API (joebirch.co)

In this second article, Joe Birch dives into building the GraphQL API for Compose Academy that is being used to serve the UI to its clients.

 

Place a sponsored post

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

 

Jobs

 
Android Engineer (multiple openings!) (Montana or Remote, USA)

Using the latest Android and mapping technologies, you'll work on a leading off-the-pavement GPS app that affects millions of users. At onX we bring our devotion to the outdoors to work daily with a singular, powerful goal; to awaken the adventurer inside everyone.

 

Libraries & Code

 
speedometer (github.com)

A lightweight circular indicator view library for Android

 
Shade (shade.lighting)

Shade's Kotlin SDK provides simple type-safe access to your Hue lights

 

News

 
link image   AGP 7.0: Next major release for the Android Gradle plugin (android-developers.googleblog.com)

In this blog post, the Android team explains the reasons for the version numbering change, as well as give a preview of some important changes in the new, incubating Android Gradle plugin APIs and DSL.

 
Celebrating the Developers Behind the Best Apps and Games of 2020 (android-developers.googleblog.com)

Google announced Google Play’s annual Best of 2020 awards, highlighting the year’s best apps, games, and digital content

 
Ian Lake on updates to Fragments documentation (twitter.com)

The fragments of today are not the fragments of even a year ago, much less those of 5+ years ago. This week, the *documentation* for fragments has been effectively rewritten from scratch bringing it up to speed with the best practices of 2020.

 
Announcing Android Studio 2020.3.1 & Android Gradle plugin 7.0 (android-developers.googleblog.com)

Google announces the release of the first version of Android Studio Arctic Fox (2020.3.1) on the canary channel, together with Android Gradle plugin (AGP) version 7.0.0-alpha01.

 

Videos & Podcasts

 
link image   Material Design Components: Dark theme (www.youtube.com)

Android Developer Relations Engineer Chris Banes will demonstrate how to add a dark theme to your application

 
Dissecting Coroutines with Mohit Sarveiya (www.youtube.com)

In this talk, Mohit Sarveiya explores basic to advanced features provided by the coroutines library.

 
Material Design Components: Material Motion (www.youtube.com)

Material Design Developer Advocate Nick Rout will show you how to implement Material Motion in your Android app

 
Microsoft Surface Duo One Dev Question video series (devblogs.microsoft.com)

Microsoft released a series of short videos answering questions about Microsoft Surface Duo development.

 
 
 
 
Copyright © 2020 Android Weekly, All rights reserved.
You came here because you want all the new stuff in the android dev world!

Our mailing address is:
Android Weekly
Kortumstr. 19-21
Bochum 44787
Germany

Add us to your address book
 
update subscription preferences
or
unsubscribe from this list 
 

Older messages

Android Weekly #442 🤖

Friday, December 4, 2020

View in browser Android Weekly #442 November 29, 2020 Articles & Tutorials link image Integration testing with Dagger (blog.thefuntasty.com) Using DI in our applications forces us to decouple the

Android Weekly #441 🤖

Monday, November 23, 2020

View in browser Android Weekly #441 November 2, 2022 Articles & Tutorials link image There is no copy method for Sealed Classes in Kotlin! (ivanmorgillo.com) Ivan Morgillo shows how ArrowKt's

Android Weekly #439 🤖

Sunday, November 8, 2020

View in browser Android Weekly #439 November 8, 2020 Articles & Tutorials link image How to Make the Compiler Smarter (deniskrr.medium.com) The Kotlin compiler is smart. Denis Crăciunescu shows how

Android Weekly #438 🤖🎃

Sunday, November 1, 2020

View in browser Android Weekly #438 November 1, 2020 Articles & Tutorials link image In-app Updates: be prepared for the critical-bug-case (www.rockandnull.com) Bevan Steele shows how to build an

Android Weekly #437 👾

Sunday, October 25, 2020

View in browser Android Weekly #437 October 25, 2020 Articles & Tutorials link image Logging in Android (magdamiu.com) Magda Miu shares a quick overview of the built-in logging capability in

You Might Also Like

Daily Coding Problem: Problem #1668 [Easy]

Tuesday, January 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. A number is considered perfect if its digits sum up to exactly 10. Given a

Django vs FastAPI, Interacting With Python, Data Cleaning, and More

Tuesday, January 14, 2025

Django vs. FastAPI, an Honest Comparison #664 – JANUARY 14, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Django vs. FastAPI, an Honest Comparison David has worked with Django for a long time, but

🤖 Yes, I Do Want a Drink-Carrying Robot — The Best Way to Give Old TVs Bluetooth

Tuesday, January 14, 2025

Also: How to Prevent Your Computer From Waking Up Accidentally, and More! How-To Geek Logo January 14, 2025 Did You Know Except for the letter Q, every letter of the alphabet shows up in the names of

Charted | AI's Perceived Impact on Job Creation, by Country 🔮

Tuesday, January 14, 2025

This chart presents Ipsos survey results on whether people believe AI will create many new jobs in their country. View Online | Subscribe | Download Our App Presented by Hinrich Foundation NEW REPORT:

HackerNoon Decoded: How Users Searched in 2024

Tuesday, January 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, January 14, 2025? The

Hack Your Python Roadblocks -- Just 5 Seats Left

Tuesday, January 14, 2025

Hi there, A quick update: after last week's announcement, the Intermediate Python Deep Dive live course is almost full. We're down to just 5 spots left for the February cohort, and once they

Spyglass Dispatch: TikTok & Twitter

Tuesday, January 14, 2025

Sonos Switch • MySports Streaming • Amazon's Alexa Brain Freeze • Billionaire-Free Social Media • EU Backs off Big Tech The Spyglass Dispatch is a newsletter sent on weekdays featuring links and

5 AI Predictions for 2025 (AI hype dying; real opportunities rising)

Tuesday, January 14, 2025

plus, a new study: AI Economy = $15 trillion. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Power BI Weekly #291 - 14th January 2025

Tuesday, January 14, 2025

Power BI Weekly Newsletter Issue #291 powered by endjin Welcome to the 291st edition of Power BI Weekly! No official Power BI blogs yet, so let's dive into the community articles. To start, Eugene

LW 165 - How Shopify Built Its Live Globe for Black Friday

Tuesday, January 14, 2025

How Shopify Built Its Live Globe for Black Friday ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 165