Android Weekly - Android Weekly #437 👾
October 25, 2020
|
Articles & Tutorials | |
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 |
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 | |
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 | |
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 | |
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 | |
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! | |
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: |
||
update subscription preferences
|
or |
unsubscribe from this list
|
Older messages
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
Android Weekly #430 🤖
Sunday, September 6, 2020
View in browser Android Weekly #430 September 6, 2020 Articles & Tutorials link image How to integrate In-App Reviews in Android using Kotlin (johncodeos.com) In this tutorial, John Codeos shows
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