Android Weekly - Android Weekly #438 🤖🎃

 
 

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 "emergency" update mechanism that you can trigger using the In-app Update library.

 
DayNight — Applying dark mode without recreating your app (proandroiddev.com)

Jamshid Mamatkulov shares an example of how to allow your app to switch between light and dark mode without restarting the app.

 
Coroutines on Android Made Simple (proandroiddev.com)

Federico Puy provides a clear and straightforward guide to get on board with the latest concurrency design pattern, Kotlin Coroutines.

 
Fewer crashes and more stability with Kotlin (medium.com)

Florina Muntenescu shares a couple of the ways Kotlin improved the stability of some apps but also looks at the results of some Google Play store stats and see if there’s a correlation between using Kotlin and the number of crashes.

 
Dagger 2 in Android Dynamic Multimodule project (blog.thefuntasty.com)

This article by Lukáš Sztefek focuses on the approach based on the dynamic-feature modules, where the feature module depends on the main application module and not vice versa

 
Automate dependencies upgrades with Releases Hub (medium.com)

Maxi Rosson shares a way to automatically keep your Gradle project dependencies up to date.

 
Making Android UI testing enjoyable (dev.to)

In this post, Rafa Vázquez shares some of the work he's been doing to make UI testing less painful!

 
Exploring Jetpack Compose: @Preview annotation (joebirch.co)

The ability to Preview Jetpack Compose composables within Android Studio is possibly one of Joe Birch's favorite things about this new way of building apps.

 
Material Motion: Container Transform (blog.stylingandroid.com)

The latest Material Design Components introduced Material Transitions and Motion. In this series, Mark Allison looks at the different transitions, and explore how and, perhaps more importantly, when to use them.

 
Kotlin Coroutines Exception Handling Cheat Sheet (www.lukaslechner.com)

Lukas Lechner has created a cheat sheet that could be helpful for implementing appropriate exception handling in coroutine-based code.

 
Android library development - Getting started (jeroenmols.com)

Jeroen Mols starts a mini-series covering the differences between SDK and App development and explores some interesting challenges around SDK modularization and transitive dependencies.

 
Proto DataStore Android: Is It Worth It? (vladsonkin.com)

Jetpack DataStore is a new way of storing data in Android, and today Vlad Sonkin takes a look at the Proto DataStore with a typical example.

 
Migrating the deprecated Kotlin Android Extensions compiler plugin (proandroiddev.com)

JetBrains deprecated Kotlin Android Extensions compiler plugin, so Ahmad El-Melegy checks out a good alternative: Android View Binding.

 
Leak detection: Android Studio vs LeakCanary (dev.to)

Py digs into code to figure out why sometimes LeakCanary shows memory leaks where Android Studio does not.

 
KMM exploration (jdam.cd)

Jamie McDonald writes about his experiment with KMM to write Kotlin code to run on both Android and iOS.

 
Netflix Android and iOS Studio Apps in Kotlin (netflixtechblog.com)

David Henry & Mel Yahya write about using Kotlin Multiplatform for platform agnostic business logic in Kotlin and compiling to a Kotlin library for Android and a native Universal Framework for iOS via Kotlin/Native.

 

Place a sponsored post

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

 

Jobs

 
Senior Android Engineer at onX (Montana or Remote, USA only)

As a Senior Android Engineer, you will work on a talented cross-platform team to develop user-facing features using the latest mapping and Android technologies. 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

 
releases-hub-gradle-plugin (github.com)

Gradle Plugin to automatically upgrade your gradle project dependencies and send a GitHub pull request with the changes.

 

News

 
link image   Helpful product updates from Firebase Summit 2020 (firebase.googleblog.com)

Francis Ma shares some of the new features coming to FIrebase.

 
kotlinx.coroutines 1.4.0: Introducing StateFlow and SharedFlow (blog.jetbrains.com)

Jetbrains announced the release of version 1.4.0 of the Kotlin Coroutines library. The highlights of the release are StateFlow and SharedFlow, which are being promoted to stable API

 

Videos & Podcasts

 
link image   Hilt the DI Ground Running (www.youtube.com)

Moyinoluwa Adeyemi teaches about the concept of Dependency Injection - first without libraries, and then with Hilt. You’ll learn how to incorporate Hilt into a new app and how to migrate an existing app.

 
Migrating from LiveData to Coroutines and Flow (www.youtube.com)

Jossi Wolf's presentation will help you tackle your migration from LiveData to Coroutines and Flow and improve your codebase.

 
DevFest South Africa - No Play Services? No Worries! (www.youtube.com)

What if you are building apps for a device that does not implement the Play Services. Julien Salvi shares a glimpse of the tools you can use to build your Android applications without the Play Services such as OpenStreetMap, OpenPush, or alternative ways to deploy an APK

 
Dependency Injection: Comparing Dagger, Koin and Hilt (www.youtube.com)

Hilt is the new kid on the dependency injection block. How does this compare to Dagger, Manual dependency injection, and Koin? Maia Grotepass' presentation will help you decide!

 
Breaking down destructuring declarations (www.youtube.com)

In this video, Florina discusses the use of Kotlin’s destructuring declarations, how to implement it in your own classes, and much more!

 
Android Developers Backstage: Paging3 (androidbackstage.blogspot.com)

Romain and Chet talked with Dustin Lam and Chris Craik from the Toolkit team about Paging3.

 
Assistant on Air - Games season (www.youtube.com)

Assistant on Air is all about game development. Hear from game creators who recently built some fun and creative Assistant games for smart displays. Learn about the opportunities on this new gaming platform, the game design process, and technical best practices to delight players in this quickly expanding market.

 
Firebase Summit 2020 (www.youtube.com)

Playlist for Firebase Summit 2020, a two-day virtual event packed with product updates, technical talks, demos, and more.

 
 
 
 
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 #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

Android Weekly #436 🤖

Monday, October 19, 2020

View in browser Android Weekly #436 October 18, 2020 Articles & Tutorials Synchronous communication with the UI using StateFlow (proandroiddev.com) Raul Hernandez Lopez demonstrates using StateFlow

Android Weekly #435 👾

Sunday, October 11, 2020

View in browser Android Weekly #435 October 11, 2020 Articles & Tutorials link image Android Sharesheet: Old Dog, New Tricks (vladsonkin.com) Vlad Sonkin explores the most recent share sheet

Android Weekly #434 🤖

Sunday, October 4, 2020

View in browser Android Weekly #434 October 4, 2020 Articles & Tutorials link image Busting Android performance myths (medium.com) In the spirit of MythBusters, Calin Juravle test several myths

Android Weekly #433 🤖

Sunday, September 27, 2020

View in browser Android Weekly #433 September 27, 2020 Articles & Tutorials link image Building a Trivia App for Google Assistant (hackernoon.com) Melody Sabouri shows how easy it can be to build a

You Might Also Like

Data Science Weekly - Issue 544

Friday, April 26, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Develop highly relevant search applications using AI

Friday, April 26, 2024

New Elasticsearch and AI training ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ elastic | Search. Observe. Protect A world of AI possibilities door-test 2.png Explore

Stripe makes more changes

Thursday, April 25, 2024

TikTok is in trouble, and net neutrality is back View this email online in your browser By Christine Hall Thursday, April 25, 2024 Welcome back to TechCrunch PM, your home for all things startups,

💎 Issue 414 - From a Lorry Driver to Ruby on Rails Developer at 38

Thursday, April 25, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 414 - JavaScript Features That Most Developers Don’t Know

Thursday, April 25, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 407 - The Performance Impact of C++'s `final` Keyword

Thursday, April 25, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 407 Release Date Apr 25, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 414 - Everyone Has JavaScript, Right?

Thursday, April 25, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 408 - All web browsers on iOS are just Safari with different design

Thursday, April 25, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 408 Release Date Apr 25, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💧 Don't Bother Liquid Cooling Your AMD CPU — Why You Should Keep Using Live Photos on iPhone

Thursday, April 25, 2024

Also: We review the Unistellar Odyssey iPhone Telescope, and More! How-To Geek Logo April 25, 2024 Did You Know Charles Darwin and Abraham Lincoln were both born on the same day: February 12, 1809. 💻

💻 Issue 332 - 🥇The first framework that lets you visualize your React/NodeJS app 🤯

Thursday, April 25, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 332 Release Date Apr 25, 2024 Your weekly report of the most popular React news, articles and projects