Android Weekly - Android Weekly #463 🤖

 
 

Android Weekly

#463
April 25, 2021
 
 
 

Articles & Tutorials

 
link image   Room auto-migrations (medium.com)

Implementing database migrations with Room just became easier, with the help of auto-migrations, introduced in version 2.4.0-alpha01. Florina Muntenescu shows how easy they really are!

 
A Compose & Viewmodel integration test with Hilt (medium.com)

This post by Michel Onwordi shows a simple setup for running an integration test between Compose and a ViewModel using Hilt.

 
Sponsored
link image   SIM Card Based Mobile Authentication on Android (developer.tru.id)

Learn how you can access the authentication mechanism used by Mobile Network Operators. Securely verify phone numbers and detect SIM Swap attacks using tru.ID's APIs and SDKs.

 
Tap Response Time: Jetpack Navigation (dev.to)

In the previous article, Py established that the naive approach to measuring Tap Response Time isn't accurate and doesn't scale. Here he builds a better implementation step by step, on top Jetpack Navigation.

 
Navigation Drawer using Jetpack Compose (proandroiddev.com)

In this article, Avinash Agarwal takes a look at a way to create a navigation drawer and navigate between different screens using the navigation component from Compose.

 
Unit testing on Android (proandroiddev.com)

Testing your code is crucial for many reasons and Deniz Demirci demonstrates those through this article with examples.

 
Getting your KMM project working with Android Gradle Plugin 7.0+ (proandroiddev.com)

Several tips from Carlos Mota on getting all the bleeding edge Android developer tools working together.

 
Lessons learned when migrating my app to Jetpack Compose (proandroiddev.com)

Recently Igor Escodro decided to port his whole application, Alkaa, to Jetpack Compose. These are some lessons learned while doing the port.

 
Ending the Single Letter Generic Type Convention in Kotlin (www.bignerdranch.com)

Bryan Sills makes the case for giving generic types descriptive names instead of using single letters.

 
Ensuring code quality with CI/CD (devblogs.microsoft.com)

Cesar shows how several of Microsoft's Surface Duo SDK projects are automated using GitHub Actions.

 
Random Musings on the Android 12 Developer Preview 3 (commonsware.com)

Each time Google releases a follow-on developer preview, Mark Murphy rummages through the incremental API differences report, the release notes, and even the release blog post, to see if there are things that warrant more attention from developers.

 
Getting ready for Declarative UIs — Part 3 — Why Declarative UIs on Android? (proandroiddev.com)

Raul Hernandez Lopez continues his series, discussing reasons why Declarative UIs could be a choice compared with Imperative UIs and really “Why” it could be a choice that matters on Android.

 
Realm Kotlin Multiplatform SDK (blog.jetbrains.com)

Realm Engineering team decided to rebuild their SDK from the ground-up in Kotlin, and here they share some of the key design principles that guided the development of their Kotlin Multiplatform SDK.

 
CoroutineScope and coroutineContexts (www.billjings.com)

Here's an article to help better understand CoroutineScope and coroutineContexts

 
Android GPU Compute Going Forward (android-developers.googleblog.com)

Google deprecates RenderScript starting in Android 12

 
Pi Practice App in Compose (zsmb.co)

In this article, Márton Braun rebuilds an app in Jetpack Compose which formerly was using JetBrains' declarative Anko Layouts.

 

Place a sponsored post

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

 

Jobs

 
Android Engineer (London or Remote)

Ctrl Group is looking for an Android engineer to join our team in London, or work remotely. You will be a part of an engineering team that values collaboration and shared ownership of the codebase. With our designers, you will work on features that help patients and clinicians work together.

 
Senior Android Developer (Remote - EMEA)

Komoot is an app that lets you find, plan, and share adventures with the easy route planner. It’s our mission to inspire great adventures by making them accessible to all. You’ll take over full responsibility of our Android App and team up with the rest of our world class Android team.

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

At onX we bring our devotion to the outdoors to work daily with a singular, powerful goal: to awaken the adventurer inside everyone. Using the latest Android and mapping technologies, you'll work on a suite of leading off-the-pavement GPS apps used by millions of explorers.

 
Lead Android Developer (Jetpack Compose & Kotlin) (Amsterdam )

Stream is hiring a Lead Android Developer to build and mentor a new team around our Jetpack Compose efforts. Join one of the growing startups in Colorado and Amsterdam and help us build the world’s most complete SDKs for chat and messaging applications. Apply now!

 
Motivated Senior Android Developer (Duesseldorf, Germany )

Want to help us shape the future of the travel industry? Want to work in a quality-over-quantity team with high test coverage and a modern tech stack that seeks day-to-day improvement? If you’re up for both, join the fun side of the force at trivago! *We offer nuts instead of cookies.

 
Senior Android Engineer (Portland, OR / San Francisco, CA/ Remote)

Kiva is a 501(c)3 non-profit on a mission to expand financial access to help underserved communities thrive. You’ll be a key member of an established team during an exciting time of growth and innovation.

 

Libraries & Code

 
Lazybones (github.com)

Lazy and fluent syntactic sugar of Kotlin for initializing Android lifecycle-aware properties.

 
alkaa (github.com)

Open-source app to manage your tasks quickly and easily. The UI is now fully ported to Jetpack Compose.

 

News

 
link image   Android 12 Developer Preview 3 (android-developers.googleblog.com)

Google has shared Developer Preview 3, the next milestone release of Android 12, for your testing and feedback.

 

Videos & Podcasts

 
link image   From Inline to Value Classes (www.youtube.com)

This video covers one of the main features of the #Kotlin​ 1.5.0 #release​: inline value classes. Inline classes wrap values without any additional overhead

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

In this episode, Jov Mit works on making the signup screen look nice and polished. He introduces some animation which seems to be quite easy with Jetpack Compose.

 
Android Developers Backstage: DataStories (adbackstage.googledevelopers.libsynpro.com)

Tor, Chet, and Romain talked with Rohit Sathyanarayana and Florina Muntenescu about the DataStore library

 
How to Optimize Your Home Office (fragmentedpodcast.com)

In this episode, Donn outlines how you can optimize your home office so that you look, sound, and perform the best that you can. From audio to video, to your body, and everything beyond, it’s covered here.

 
Material Components: Sliders (www.youtube.com)

Learn more about sliders and how Material Components can be used in your app.

 
Non-Coding Tips for Coding Interview Projects (www.youtube.com)

Nate Ebel dives into coding interview projects and looking at non-coding tips to help you get your next programming job.

 
Sealed Interfaces and Sealed Classes Improvements (www.youtube.com)

This video introduces the new sealed interfaces functionality in Kotlin​ 1.5.0 and other improvements for sealed classes. It also touches on the topic of sealed classes support in the latest JVM versions, and how Kotlin will make use of it.

 

Specials

 
#AndroidDevJourney spotlight - April edition (android-developers.googleblog.com)

Google wraps up the April edition of #AndroidDevJourney by highlighting Android developers from all over the world each with their own unique experience

 
Core values of a GDE (medium.com)

Gerardo Lopez Falcón has received a lot of questions about how to become a GDE. Here he lists several core values to work on towards becoming one.

 
Writing a better Tech Resume / CV (riggaroo.dev)

Rebecca Franks has seen some really great resumes, so she shares some tips that may help you get your resume noticed – and hopefully get you that interview!

 
Turning Points (blog.stylingandroid.com)

In this post, Mark Allison explains a bit about an early job opportunity he got which changed everything for him. He also discusses why it’s important to recognize and appreciate such roles.

 
Why you should never quit too early (www.donnfelker.com)

Donn Felker writes about his experience with build a SaaS application, but quitting too soon to let it grow to its full potential.

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

Monday, April 19, 2021

View in browser Android Weekly #462 April 18, 2021 Articles & Tutorials link image How to parse JSON in Android using Kotlin (johncodeos.com) John Codeos takes a look at parsing JSON without using

Android Weekly #461 🤖

Sunday, April 11, 2021

View in browser Android Weekly #461 April 11, 2021 Articles & Tutorials SlidingPaneLayout (blog.stylingandroid.com) Android supports different form factors by design, so foldables are quite easy to

Android Weekly #460 🤖

Sunday, April 4, 2021

View in browser Android Weekly #460 April 4, 2021 Articles & Tutorials link image Share KMM module with iOS via SPM (www.notion.so) Paris Tsiogas' notes on sharing a Kotlin multiplatform module

Android Weekly #459 🤖

Sunday, March 28, 2021

View in browser Android Weekly #459 March 28, 2021 Articles & Tutorials A safer way to collect flows from Android UIs (medium.com) In this article, Manuel Vivo writes how Android Lifecycle

Android Weekly #458 🤖

Sunday, March 21, 2021

View in browser Android Weekly #458 March 21, 2021 Articles & Tutorials link image RenderEffect - Desaturate (blog.stylingandroid.com) In this article, Mark Allison looks at a different kind of

You Might Also Like

Apple renews OpenAI talks 🧠, Google fires Python team 👨‍💻, React 19 beta ⚛️

Monday, April 29, 2024

Apple has renewed discussions with OpenAI to use its generative AI technology to power new features coming to the iPhone Sign Up |Advertise|View Online TLDR Together With QA Wolf TLDR 2024-04-29 😘 Kiss

Architecture Weekly #177 - 29nd April 2024

Monday, April 29, 2024

How do you make predictions about tech without the magical crystal ball? We did that today by example. We analysed what Redis and Terraform license changes relate to the new Typescript framework Effect

Software Testing Weekly - Issue 217

Monday, April 29, 2024

How do you deal with conflicts in QA? ⚔️ View on the Web Archives ISSUE 217 April 29th 2024 COMMENT Welcome to the 217th issue! How do you deal with conflicts in QA? Ideally, you'd like to know how

📧 Did you watch the free MMA chapters? (1+ hours of content)

Monday, April 29, 2024

Did you watch the free MMA chapters? Hey there! 👋 I wish you a fantastic start to the week. Last week, I launched Modular Monolith Architecture. More than 300+ students are already deep into the MMA

WP Weekly 191 - Essentials - Duplicate in Core, White Label Kadence, Studio for Mac

Monday, April 29, 2024

Read on Website WP Weekly 191 / Essentials It seems many essential features are being covered in-house, be it the upcoming duplicate posts/pages feature in the WordPress core or the launch of Studio

SRE Weekly Issue #422

Monday, April 29, 2024

View on sreweekly.com A message from our sponsor, FireHydrant: FireHydrant is now AI-powered for faster, smarter incidents! Power up your incidents with auto-generated real-time summaries,

Quick question

Sunday, April 28, 2024

I want to learn how I can better serve you ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Kotlin Weekly #404 (NOT FOUND)

Sunday, April 28, 2024

ISSUE #404 28st of April 2024 Announcements Kotlin Multiplatform State of the Art Survey 2024 Help to shape and understand the Kotlin Multiplatform Ecosystem! It takes 4 minutes to fill this survey.

📲 Why Is It Called Bluetooth? — Check Out This AI Text to Song Generator

Sunday, April 28, 2024

Also: What to Know About Emulating Games on iPhone, and More! How-To Geek Logo April 28, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Daily Coding Problem: Problem #1425 [Easy]

Sunday, April 28, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Suppose an arithmetic expression is given as a binary tree. Each leaf is an