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

Daily Coding Problem: Problem #1619 [Hard]

Monday, November 25, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the

Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow

Monday, November 25, 2024

Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the

What Investors Want From AI Startups in 2025

Monday, November 25, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 25, 2024? The HackerNoon

GCP Newsletter #426

Monday, November 25, 2024

Welcome to issue #426 November 25th, 2024 News LLM Official Blog Vertex AI Announcing Mistral AI's Large-Instruct-2411 on Vertex AI - Google Cloud has announced the availability of Mistral AI's

⏳ 36 Hours Left: Help Get "The Art of Data" Across the Finish Line 🏁

Monday, November 25, 2024

Visual Capitalist plans to unveal its secrets behind data storytelling, but only if the book hits its minimum funding goal. View Online | Subscribe | Download Our App We Need Your Help Only 36 Hours

DeveloPassion's Newsletter #180 - Black Friday Week

Monday, November 25, 2024

Edition 180 of my newsletter, discussing Knowledge Management, Knowledge Work, Zen Productivity, Personal Organization, and more! Sébastien Dubois DeveloPassion's Newsletter DeveloPassion's

Meet HackerNoon's Latest Features: Boost Stories with Translations, Speech-to-Text & More

Monday, November 25, 2024

Hey, Hacker! HackerNoon's monthly product update is here! Get ready for a new version of the mobile app, more translation developments, a new AI Gallery, backend moves, and more! 🚀 This product

The ultimate holiday gadget gift

Monday, November 25, 2024

AI isn't hitting a wall; $70 off Apple Watch; 60+ Amazon deals -- ZDNET ZDNET Tech Today - US November 25, 2024 Meta Quest 3S Why the Meta Quest 3S is the ultimate 2024 holiday present This $299

Deduplication in Distributed Systems: Myths, Realities, and Practical Solutions

Monday, November 25, 2024

This week, we'll discuss the deduplication strategies. We'll see whether they're useful and consider scenarios where you may need them. We'll also do a reality check with the promises

How to know if your data has been exposed

Monday, November 25, 2024

How do you know if your personal data has been leaked? Imagine getting an instant notification if your SSN, credit card, or password has been exposed on the dark web — so you can take action