Android Weekly - Android Weekly #453 🤖

 
 

Android Weekly

#453
February 14, 2021
 
 
 

Articles & Tutorials

 
link image   Backdrop Scaffold (compose.academy)

Joe Birch examines the Backdrop Scaffold, a composable that allows us to create two layers of content, and offering the ability to switch between the two

 
On code style and consistency (www.rockandnull.com)

Bevan Steele argues why it's important for a team to have a shared understanding of their code style.

 
How we sped up Dropbox Android app startup by 30% (dropbox.tech)

Marianna Budnikova writes how the Dropbox Android team has invested in measuring, identifying, and fixing the issues that were affecting their app startup time and ended up improving it by 30%.

 
Sponsored
link image   Build a Chat Integration in Hours with Stream Chat (getstream.io)

Get started today with an easy-to-use, open-source, Kotlin-first, actively maintained chat SDK. Channels, messages, attachments, reactions, offline support, real-time events – we got you covered. Start a free trial now, and see why Stream powers feeds and chat for over a billion end-users!

 
JUnit 5 Assertions In Android - Is It Enough? (vladsonkin.com)

This article by Vlad Sonkin aims to see if it’s enough for us to use only standard JUnit 5 assertions, or we still need an additional third-party library for this.

 
Migrating old artifacts from JCenter to MavenCentral (www.marcogomiero.com)

As you may have heard, JCenter is shutting down in May 2021. Marco Gomiero shows how to migrate your artifacts and publishing to MavenCentral.

 
Help, adb is not found! (medium.com)

Patrick Martin discusses what to do if you ever need to invoke an adb and see that the command is not found.

 
Advanced Annotation Processing (www.raywenderlich.com)

Annotation processing is a powerful tool that allows you to pack more data into your code, and then use that data to generate more code.

 
Backpressure in your Kotlin Flows (medium.com)

This article by Nick Skelton will help you choose the correct backpressure strategy for your Flow and understand a little about why backpressure is important.

 
Jetpack Compose: Theme and Typography (alexzh.com)

Alex Zhukovich discusses what role themes play when developing a UI with Jetpack Compose.

 
AnimatedIcons: Visibility V3 (blog.stylingandroid.com)

In this post, Mark Allison looks at how to create an animation as Animated Vector Drawables. We’ll also showcase some useful AVD techniques.

 
Parallax effect made it simple with Jetpack Compose (juliensalvi.medium.com)

In the past, Julien Salvi implemented a screen with a parallax scrolling background. Here he shows how we can implement this animation coupled with a fade out of the image using Jetpack Compose.

 

Place a sponsored post

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

 

Jobs

 
Staff Android Engineer (New York, NY)

Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders

 
Android Engineer @ Monzo (London; Remote UK, Ireland, or France)

At Monzo we’re building a bank that’s fair, transparent and a pleasure to use, and we're looking for a product-aware Android engineer passionate about great UI and UX to help!

 

Libraries & Code

 
Linkt (github.com)

A lightweight and simple Kotlin library for deep link handling on Android 🔗

 
McCompose (github.com)

🍔 A McDonald’s app built with Jetpack Compose

 
name-that-color-desktop (github.com)

A compose desktop demo project

 

News

 
link image   Announcing Kotlin Symbol Processing (KSP) Alpha (android-developers.googleblog.com)

Announcing the alpha of Kotlin Symbol Processing (KSP), an all-new tool for building lightweight compiler plugins in Kotlin. KSP offers similar functionality to KAPT, however it’s up to 2x faster, offers direct access to Kotlin compiler features, and is being developed with multiplatform compatibility in mind.

 
New curriculum for educators to teach Android app development (android-developers.googleblog.com)

Google has announced the launch of a new instructor-led curriculum for Android Development with Kotlin for virtual or in-person classroom learning.

 
Cloud Firestore for Games is now in Beta! (firebase.googleblog.com)

Firebase announced that Cloud Firestore for Games is now publicly available in beta for C++ and Unity developers.

 
Migrating from Imperative to Reactive (www.meetup.com)

Register now for the next Virtual Kotlin User Group meetup, featuring Nicolas Fränkel presenting about "Migrating from Imperative to Reactive".

 

Videos & Podcasts

 
link image   Introduction to http4k (www.youtube.com)

This is an introduction by Dmitry Kandalov to the http4k library for Kotlin which lets you test-drive HTTP servers and clients without any magic (just functions calling functions)

 
Android Developer Stories (www.youtube.com)

Hear the success stories from customers, partners, and Android Developers all around the world.

 
Podcast: Interview with Joe Birch (www.raywenderlich.com)

Joe Birch shares the joys of transparent and asynchronous work through his interview in ‘Living By The Code.’

 
Friends App Android Client Ep2 (www.youtube.com)

In this episode, Jovche Mitrejchevski goes through the steps required to make automated publishing to Google Play Store.

 
Motion Layout: Building a collapsible header (www.youtube.com)

Sean demonstrates how you can build a collapsible toolbar using Motion Layout.

 
How to support Android Versions (www.youtube.com)

Android runs on many devices with different versions. Vlad Sonkin describes how minSdkVersion, compileSdkVersion, and targetSdkVersion come in and help with this.

 
State Of Kotlin In 2021 (www.youtube.com)

Nate Ebel explores these questions: What is the state of the Kotlin programming language in 2021? What are the new features? Where are investments being made? How is Kotlin being used?

 
Meet Kotlin Multiplatform Mobile! (www.youtube.com)

In the first episode of this series, you will get to know what Kotlin Multiplatform Mobile is and how you can use it in your project.

 
 
 
 
Copyright © 2021 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 #542 🤖

Sunday, February 7, 2021

View in browser Android Weekly #542 February 7, 2021 Articles & Tutorials link image 9 Beloved Extensions From The Android KTX (vladsonkin.com) In this post, Vlad Sonkin explores various Android

Android Weekly #451 🤖

Sunday, January 31, 2021

View in browser Android Weekly #451 January 31, 2021 Articles & Tutorials link image Modelling UI State on Android (lordraydenmk.github.io) Stojan Anastasov describes the tradeoffs between the

Android Weekly #450 🤖

Sunday, January 24, 2021

View in browser Android Weekly #450 January 24, 2021 Articles & Tutorials link image Using Hilt's ViewModelComponent (medium.com) ViewModelComponent is a component in the Hilt's component

Android Weekly #449 🤖

Sunday, January 17, 2021

View in browser Android Weekly #449 January 17, 2021 Articles & Tutorials link image Nested tests with Junit5 (kotlintesting.com) Nested tests in Junit5 allows us to group test cases. Jarosław

Android Weekly #447 🤖

Sunday, January 3, 2021

View in browser Android Weekly #447 January 3, 2021 Articles & Tutorials link image RecyclerView in Android (magdamiu.com) Magda Miu's overview of everything about RecyclerView Getting our apps

You Might Also Like

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 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? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your