Android Weekly - Android Weekly #466 🤖

 
 

Android Weekly

#466
May 16, 2021
 
 
 

Articles & Tutorials

 
link image   Static analysis tools for Android (coyarzun.medium.com)

Cristopher Oyarzun takes a look into the most popular static code analysis tools that you can use to implement and enforce custom rules in your Android codebase.

 
How we improved code review process in Android engineering team (medium.com)

Making Android app delivery a couple of times faster (from seven days to one) requires changes in the entire development process; this article covers the code review process.

 
Sponsored
link image   Read the stories of Jenkins experts after cloud CI (www.bitrise.io)

“The tricky part is habit. Hitting the same thing over and over again will eventually become familiar. This can lead to unforeseen consequences — like using Jenkins when it is not really necessary. Do not be afraid to change things.” — Artur Dymorov, Android Developer

 
Navigation: Nested graphs and include tag (medium.com)

Murat Yener shows how to organize the navigation graph by using nested graphs and using the include tag to import other graphs

 
Sponsored
link image   A Guide to Performance Testing in Mobile (info.kobiton.com)

With mobile becoming a crucial revenue-driving channel, making a case for mobile performance testing is paramount. This eGuide examines the different kinds of testing, from Load Testing to Front-end UI/UX. Find out what they are and why they are important.

 
Foldable SlidingPaneLayout (devblogs.microsoft.com)

Cesar shows how the latest updates to SlidingPaneLayout helps to create/enhance apps that adjust to new form factor devices, such as foldable and dual-screen, without the need to do too much work from your side.

 
Avoid CI/CD Lock-in — Make Your Builds More Portable (medium.com)

Mark Ng shares some strategies to help make your build more portable between different CI/CD systems.

 
Assisted Injection With Dagger and Hilt (www.raywenderlich.com)

Massimo Carli demonstrates what assisted injection is used for, how it works, and how you can add it to your app with Dagger’s new built-in support for the feature.

 
Dagger 2 and Jetpack Compose Integration (proandroiddev.com)

Alexey Glukharev starts examining how Hilt works under the hood with Jetpack Compose navigation, then focuses on the Dagger 2 solution.

 
Infinite auto-scrolling lists with RecyclerView & LazyLists in Compose (proandroiddev.com)

Rahul Sainani explores different approaches to create infinite auto-scrolling lists on Android.

 
How I learned to stop using RxJava and love the Flow (proandroiddev.com)

Aleksandra Krzemień examines how the latest release of Kotlin Coroutines has almost everything needed to replace RxJava.

 
From Junior to Master in Kotlin — Basic Syntax (medium.com)

Do you want to become a great Android/Kotlin developer? Then follow Gerardo Lopez Falcón in this series to take you from Junior to Master in Kotlin.

 
Fighting Testing Boilerplate with IntelliJ IDEA Live Templates (kotlintesting.com)

Writing tests involves repeating some patterns over and over again. Aleksander Jaworski shows how IntelliJ IDEA can shorten the process of test creation with the help of live templates.

 
Kotlin and Compose for Desktop - The Balloon Years (www.nofuss.co.za)

Ewald Horn demonstrates building a native app using Kotlin and Compose for Desktop.

 
Background Task Inspector (medium.com)

Murat Yener describes a new inspector released with Android Studio Arctic Fox, to help you monitor and debug workers your app schedules using WorkManager 2.5.0 or higher.

 

Place a sponsored post

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

 

Jobs

 
Flutter developer for MealPrepPro (Remote - Europe)

Our team is behind one of the most well-loved health apps worldwide, MealPrepPro. We're looking for a Flutter developer to help us bring MealPrepPro to Android. This is a full time role.

 
Lead Developer Kotlin (Paris, France)

BAM is looking for a lead developer Kotlin to take part in its growth (+500% since 2015). Your goal is going to help our clients tackle their business problems thanks to mobile apps by using the lastest technologies.

 
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.

 

Libraries & Code

 
modernstorage (github.com)

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions

 

News

 
link image   DevProdEng ShowdownGradle Enterprise (gradle.com)

On Wednesday, May 26, 2021, Android gurus from some of the most famous technology and global business brands will share thought-provoking choices they support or interesting approaches they recommend to optimize their codebase architecture and scale their developer productivity processes.

 
#AndroidDevChallenge - It’s a wrap! (android-developers.googleblog.com)

Now that Google has judged the final challenge for building Jetpack Compose apps, let’s wrap up, look back at this incredible journey and find out who the winners are!

 

Videos & Podcasts

 
link image   Friends App Android Client Ep15 (www.youtube.com)

In this episode, Jov Mit makes sure to display a blocking loading while a long-running operation is going on. He handles animating the blocking loading composable nicely between showing and hiding.

 
Staying up to date with new technologies as a Mobile Developer (www.youtube.com)

In this video, Natig talks about ways of staying up to date as a mobile app developer.

 
Setting up a database with Room — with Roberto Orgiu (www.youtube.com)

Two Italian coders live stream their sweary, mostly unsuccessful attempts at coding stuff

 
Contributing to the Kotlin Compiler (www.youtube.com)

In this episode, Jeffrey Van Gogh, Engineering Manager for Android Studio, and Mads Ager, Software Engineer and Tech Lead at Google discuss everything regarding their work on the D8 dexer, the R8 shrinker, and the Kotlin compiler.

 
Kotlin Multiplatform Mobile (KMM) with Mitch Tabian (fragmentedpodcast.com)

In this episode, Donn talks with Mitch Tabian about Kotlin Multiplatform Mobile, also known as KMM

 
Entering the World of Other Platforms Through KMP Gate (www.youtube.com)

On May 27th, Seyed Jafari will give us his talk "Entering the World of Other Platforms Through KMP Gate".

 
Nishant Srivistava (www.raywenderlich.com)

After a season of podcasting and reading ‘Living By The Code’ Nishant is in the hot seat to talk about GDG, Open Source, throwing pottery and bookbinding.

 
Unit Testing Kotlin Channels & Flows (www.youtube.com)

Mohit Sarveiya shares with you how to implement and test Kotlin Channels and Flows with practical examples

 
Navigation: Navigating between modules (www.youtube.com)

In this episode, Murat will demonstrate how you can organize the Navigation graph by using nested graphs and using the include tag to import other graphs.

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

Sunday, May 9, 2021

View in browser Android Weekly #465 May 9, 2021 Articles & Tutorials Using Realm persistence library in a Kotlin Multiplatform project (johnoreilly.dev) John O'Reilly digs in to see what the

Android Weekly #464 🤖

Sunday, May 2, 2021

View in browser Android Weekly #464 May 2, 2021 Articles & Tutorials Never run Google ads if you have an Android app (danfabulich.medium.com) Dan Fabulich's warnings about using the same Google

Android Weekly #463 🤖

Sunday, April 25, 2021

View in browser 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

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

You Might Also Like

AI search engine startup Perplexity eyes a $3B valuation

Tuesday, April 23, 2024

Plus: It's Tesla earnings day and AWS wants to host your AI models View this email online in your browser By Cody Corrall Tuesday, April 23, 2024 Welcome back to TechCrunch PM. Today we have big

🎞️ We Tried 3D Printing a Photo — You'll Love This Secret Samsung Galaxy Bluetooth Feature

Tuesday, April 23, 2024

Also: Transferring Your Phone Number to a New Carrier, and More! How-To Geek Logo April 23, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to

You're invited – product sense, prioritization, careers

Tuesday, April 23, 2024

Product Sense Product Sense Wednesday, May 1st @ 01:00 PM EST Learn how to identify opportunities, assess risks, and make informed decisions that lead to successful product innovations by better

CTRL-C, Exceptions, Ruff Speed-up, and More

Tuesday, April 23, 2024

Asyncio Handle Control-C (SIGINT) #626 – APRIL 23, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Asyncio Handle Control-C (SIGINT) When the user presses CTRL-C on the keyboard, the OS raises an

Writing Contests Just Landed On Product Hunt 🔥

Tuesday, April 23, 2024

Upvote us to keep the $$$ coming! 👍 ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ 

Daily Coding Problem: Problem #1421 [Hard]

Tuesday, April 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Uber. Given an array of integers, return a new array such that each element at index i

Ranked | The Top 10 EV Battery Manufacturers 🔋

Tuesday, April 23, 2024

Asia dominates this ranking of the world's largest EV battery manufacturers in 2023. See which battery makers feature in the top 10. View Online | Subscribe Presented by: EnergyX's

Bringing PGO to the build pipeline

Tuesday, April 23, 2024

Plus how Go grew at Google, cmp.Or, and ways to visualize makefiles, Go binaries, and live Go processes. | #​504 — April 23, 2024 Unsub | Web Version Together with Three Dots Labs Go Weekly How Dolt

Noonification: Leetcode: Two-sum an Intuitive Approach

Tuesday, April 23, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech this week: The Noonification by HackerNoon has got you covered with

The best AI chatbot for coding

Tuesday, April 23, 2024

9 video gadget must-haves; 6 things Linux should borrow from MacOS -- ZDNET ZDNET Tech Today - US April 23, 2024 placeholder Can Meta AI code? I tested it against Llama, Gemini and ChatGPT - it wasn