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

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