Android Weekly - Android Weekly #429 🤖

 
 

Android Weekly

#429
August 30, 2020
 
 
 

Articles & Tutorials

 
link image   Dark Theme with MDC (medium.com)

Chris Banes shows how we can adapt our apps to support dark themes using Material Design Components (MDC).

 
Refactoring from LiveData to Coroutines & Flow (medium.com)

Jossi Wolf shows how he refactored an app that used LiveData incorrectly/inefficiently to an improved version using Coroutines Flow.

 
Sponsored
link image   Ditch the emulators for real Android devices (kobiton.com)

Kobiton enhances your mobile app testing process by giving you access to hundreds of real devices. And now with Intelligent Test Automation, your process gets easier with scriptless automation. Start a free trial today.

 
Animating your keyboard (part 2) - Reacting to WindowInset animations (medium.com)

Chris Banes shows how to create seamless keyboard animations using WindowInsetAnimation.

 
Animating your Keyboard (part 1) (medium.com)

Chris Banes introduces the new WindowInsets APIs for checking the keyboard (IME) visibility and size

 
Material Motion with MDC (medium.com)

Hunter Stich shows how the Material motion system distills common transitions into a group of simple patterns for a smoother, more understandable user experience.

 
Port forwarding for Android app development (www.rockandnull.com)

Bevan Steele shows how to redirect ports on your development device in order to develop both app and backend on the same computer.

 
Kotlin 1.4 Release (medium.com)

Kevin Galligan lists several Kotlin Multiplatform libraries that have been updated for Kotlin 1.4.

 
Introducing Constraint Layout 2.0 (medium.com)

Sean McQuillan describes several new features in Constraint Layout 2.0!

 
Under the hood of Jetpack Compose — part 2 of 2 (medium.com)

Over two posts Leland Richardson explains the benefits of Compose and looks at how it works under the hood. In this post, he looks at how Compose works under the hood.

 
Understanding Jetpack Compose — Part 1 of 2 (medium.com)

Over two posts Leland Richardson explains the benefits of Compose and looks at how it works under the hood. To start, in this post, he discusses the challenges Compose addresses, the reasons behind some of the design decisions, and how those help app developers.

 
Optimizing Play Store Review Times (blog.danlew.net)

After some investigation, Dan Lew discovered an interesting property of the Play Store: changes to any track causes reviews to be reset for every track.

 
Shrinking a Kotlin binary by 99.2% (jakewharton.com)

Jake Wharton shows how to track down some compiled file size changes and gain better insights into dependency changes using the dependency-tree-diff Gradle plugin.

 
Announcing Jetpack Compose Alpha! (android-developers.googleblog.com)

Google announces the release of the alpha of Jetpack Compose, the modern UI toolkit designed to help you quickly and easily build beautiful apps across all Android platforms, with native access to the platform APIs

 
How we scaled technical discussions in the Android team (medium.com)

In this article, Sakis Kaliakoudas covers the tools he and his team used to facilitate technical discussions, as they grew from 5 to 40 engineers in the span of 4 years.

 
Attacking Build Times With Sample Apps (cashapp.github.io)

Bill Phillips starts with a high-level overview of the kinds of tactics used to directly tackle a long build time, and then he addresses a technique in some more detail: the sample app.

 
Material Theming with MDC: Shape (medium.com)

Nick Rout focuses on shape theming using the Material Design Components (MDC) library.

 
Material Theming with MDC: Type (medium.com)

Nick Rout focuses on type theming using the Material Design Components (MDC) library.

 
Material Theming with MDC: Color (medium.com)

Nick Rout focuses on color theming using the Material Design Components (MDC) library.

 
We Recommend Material Design Components (medium.com)

Android users expect your app to look and behave in a way that’s consistent with the platform, best achieved using the Material Design Components (MDC) library. Nick Butcher outlines the many benefits of using MDC, explaining why it’s the recommended solution.

 
Animating your Keyboard (part 1) (medium.com)

Chris Banes describes the new WindowInsets APIs for checking the keyboard (IME) visibility and size, along with examples of how to use it.

 

Place a sponsored post

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

 

Jobs

 
Android Engineer at Big Nerd Ranch (REmote, US)

Big Nerd Ranch specializes in developing business-building mobile apps for our clients, teaching fellow developers, and writing our best selling Big Nerd Ranch Guides. We are looking for Android Engineers to join our team. Learn more about us: https://www.bignerdranch.com/about-us/careers/

 
Top 10 Health&Fitness App recruiting a Senior Dev (Remote or Paris)

Join Fabulous: 🎖Top 10 Health&Fitness app, material design award winner, and nominated among Best Android Apps. If you really care about crafting a great experience that helps people change their lives, join us!

 
Senior Android Developer (Anywhere)

At Doist, our mission is to inspire the workplace of the future by creating simple yet powerful productivity tools that promote a more fulfilling way to work and live. We're looking for a passionate Android developer who is excited to continue improving Todoist and Twist.

 
Android Engineer (Java/Kotlin) (Berlin)

We're looking for an Android Engineer (Java/Kotlin) in Berlin who will join our international tech team as soon as possible in creating one of the fastest growing companies in the heating market.

 

Libraries & Code

 
Showkase (github.com)

Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements

 
diffuse (github.com)

Diffuse is a tool for diffing APKs, AABs, AARs, and JARs in a way that aims to provide both a high-level view of what changes along with important detailed output

 
constraintlayout (github.com)

ConstraintLayout is an Android layout component that allows you to position and size widgets in a flexible way. These are the official sources for the control.

 
material-components-android-compose-theme-adapter (github.com)

A Google library that enables reuse of Material themes defined in XML for theming in Jetpack Compose.

 
dependency-tree-diff (github.com)

An intelligent diff tool for the output of Gradle's dependencies task

 
compose-samples (github.com)

This repository contains a set of individual Android Studio projects to help you learn about Compose in Android. Each sample demonstrates different use cases, complexity levels and APIs.

 

News

 
link image   ML Kit Pose Detection Makes Staying Active at Home Easier (developers.googleblog.com)

Google announced they've officially added Pose Detection to the ML Kit lineup.

 
Join us for Google Assistant Developer Day on October 8 (developers.googleblog.com)

Join the Google Assistant Developer Day on Thursday, October 8, to learn more about new tools and features we’re building for developers to bring Google Assistant to mobile apps and Smart Displays and help drive discoverability and engagement via voice

 

Videos & Podcasts

 
link image   What's new in Android 11 (www.youtube.com)

Four presentations from GDG Bucharest August 2020 Meetup: What's new in Android 11 by Cosmin Ștefan, Dependency Injection in Android with Hilt by Manuel Ernesto, Jetpack Compose by Wolfram Rittmeyer, and Navigation library by Carlo Lucera.

 
Animating your keyboard using WindowInsets (www.youtube.com)

Android 11 added the ability to control the keyboard, even scrolling it in and out synchronized with your app’s content. This video demonstrates how to implement this behaviour, and covers the new Jetpack functionality enabling this for easier WindowInset handling.

 
Compose for existing apps (www.youtube.com)

Jetpack Compose is now in alpha and you might want to start adding it to your existing apps.

 
Thinking in Compose (www.youtube.com)

Jetpack Compose is the new next generation UI toolkit. It uses a declarative component based paradigm for building UIs easily and quickly

 
Compose by example (www.youtube.com)

Walk through examples of theming, animation, layout and more, demonstrating how to customize and combine components to build real UIs. We

 
Android Developers Backstage: Jetpack Compose Alpha (androidbackstage.blogspot.com)

In this episode, Clara Bayarri, Matvei Malkov, and Anna-Chiara Bellini are joining Chet and Romain to talk about this milestone release of Jetpack Compose.

 
Sitting down with the Kotlin Advocates (talkingkotlin.com)

Hadi sits down with the Kotlin Advocates at JetBrains to discuss the life of a Kotlin advocate, the Kotlin 1.4 release, as well as the online Kotlin 1.4 event happening in October.

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

Sunday, August 23, 2020

View in browser Android Weekly #428 August 23, 2020 Articles & Tutorials link image Kotlin Flow Retry Operator with Exponential Backoff Delay (blog.mindorks.com) In this tutorial, Amit Shekhar

Android Weekly #427 🤖

Sunday, August 16, 2020

View in browser Android Weekly #427 Aug 16, 2020 Articles & Tutorials link image Smile, it's CameraX! [preview and capture] (magdamiu.com) Magda Miu continues her series on CameraX,

Android Weekly #426 🤖

Sunday, August 9, 2020

View in browser Android Weekly #426 August 9, 2020 Articles & Tutorials link image Layout Inspector in 2020 (alexzh.com) Alex shows that the current version of the “Layout Inspector” has many

Android Weekly #425

Sunday, August 2, 2020

View in browser Android Weekly #425 August 2, 2020 Articles & Tutorials link image A few experiments with Android drawable gradients (blog.jakelee.co.uk) Drawable gradients seem to be rarely used

Android Weekly #424

Sunday, July 26, 2020

View in browser Android Weekly #424 July 26, 2020 Articles & Tutorials link image Kotlin/Native Memory Management Roadmap (blog.jetbrains.com) The current automatic memory management implementation

You Might Also Like

Daily Coding Problem: Problem #1445 [Easy]

Saturday, May 18, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Jane Street. The United States uses the imperial system of weights and measures, which

You don’t have to take our word for it…

Saturday, May 18, 2024

You can probably tell how excited we are to re-launch our Gigantic courses – which bring on-demand product management training for today's modern Product Managers and Product Leaders. In fact, we

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Visualized | Life Expectancy by Region (1950-2050F) 📊

Saturday, May 18, 2024

This map shows life expectancy at birth for key global regions, from 1950 to 2050F. View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Life Expectancy by

New Wi-Fi Vulnerability Enables Network Eavesdropping via Downgrade Attacks

Saturday, May 18, 2024

THN Daily Updates Newsletter cover The DevSecOps Playbook: Deliver Continuous Security at Speed ($19.00 Value) FREE for a Limited Time A must-read guide to a new and rapidly growing field in

🐍 New Python tutorials on Real Python

Saturday, May 18, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: What Is the __pycache__ Folder in Python? In

Toward 'local' AI w/ Apple's new chip

Saturday, May 18, 2024

faster than the cloud ☁️ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

OpenAI and Google lay out their competing AI visions

Saturday, May 18, 2024

Plus: Is Mark Zuckerberg a style icon now? View this email online in your browser By Cody Corrall Saturday, May 18, 2024 Welcome back to TechCrunch's Week in Review. This week had two major events

Noonification: Dear America, I Am Breaking Up With You

Saturday, May 18, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 18, 2024? The HackerNoon Newsletter brings the HackerNoon

📧 EF Core Migrations: A Detailed Guide

Saturday, May 18, 2024

​ EF Core Migrations: A Detailed Guide Read on: m​y website / Read time: 10 minutes BROUGHT TO YOU BY ​ Low-code Framework for .NET Devs ​ Introducing Shesha, a brand new, open-source, low-code