Android Weekly - Android Weekly #444 🤖

 
 

Android Weekly

#444
December 13, 2020
 
 
 

Articles & Tutorials

 
link image   How To Write Better Tests With JUnit 5 Android (vladsonkin.com)

JUnit5 in Android brings a couple of exciting features over the standard JUnit4. In this article, Vlad Sonkin shows how to introduce JUnit 5 to your project and how to write better tests.

 
Certificate pinning with OkHttp (www.rockandnull.com)

Certificate pinning ensures that your app will only connect to a server that has a specific certificate, not just a valid certificate. Bevan Steele shows how to do this when using OkHttp.

 
Sponsored
link image   GamesBoost42 - funding for your apps done right (gamesboost42.com)

Need money to scale, launch in a different country or just looking to publish an app yourself? You don’t need to look for investors or beg publishers just use GamesBoost42! If you ever need funding for your app - visit GamesBoost42.com to get up to $2M in funding for your existing apps and games.

 
Declarative UIs with Kotlin MultiPlatform (danielebaroncelli.medium.com)

A 3-part article by Daniele Baroncelli explaining the new D-KMP architecture, based on DeclarativeUIs, Kotlin MultiPlatform, and MVI pattern.

 
Sponsored
link image   Out Now: New Kotlin Chat Tutorial (getstream.io)

Build a fully-featured chat experience for your app in hours using Stream’s Kotlin Chat SDK. See why Stream powers activity feeds and chat for over a billion end-users. The Kotlin Chat Tutorial explains how to build a messaging interface with reactions, threads, offline support, typing indicators, and read state.

 
Dagger in Multi-Module Clean Applications (www.raywenderlich.com)

In this tutorial, Pablo L. Sordo Martinez shows how to integrate Dagger in an Android multi-module project built using the clean architecture paradigm

 
How to make a RecyclerView in Jetpack Compose (proandroiddev.com)

Making a RecyclerView involves a messy pile of boilerplate and complexity even for basic tasks, like headers, item callbacks, and multiple item types. Ian Alexander shows how Jetpack Compose makes lists simpler.

 
Apollo Android GraphQL Flow Bindings (codingwithmohit.com)

Mohit explores how the Apollo-Android library gives you the ability to use Flows when making queries.

 
Handling backpressue in Rx Java 2 (ninadmg.medium.com)

Ninad MG defines what backpressure is and takes a look at how to handle it in RxJava 2.

 
Machine Learning with Android 11: What’s new (proandroiddev.com)

Rishit Dagli demonstrates how you can get started with on-device ML with tools or plugins specifically launched with Android 11.

 
App Startup, Part 1 (medium.com)

Chet Haase shows how the AndroidX App Startup library is specifically aimed at minimizing the impact of initialization that happens automatically because of content providers.

 
Adapting to ListAdapter (medium.com)

Meghan Mehta shows how it only takes a few steps to convert your RecyclerView to use ListAdapter. Now your application can automatically get better performance and a better user experience by using ListAdapter

 
Using Retrofit and Alamofire with Kotlin Serialization on KMP (www.marcogomiero.com)

Marco Gomiero shows how to implement a Kotlin Multiplatform Mobile application that performs a network call on the native side with Retrofit (on Android) and Alamofire (on iOS) but the DTOs are defined on KMP side as well as the information about deserialization.

 
Converting Firebase API Callbacks to Kotlin Flows (nickskelton.medium.com)

Nick Skelton's short guide on when and why to use the callbackFlow builder function in Android.

 
KTX: Graphics (blog.stylingandroid.com)

Mark Allison examines some of the KTX extensions for the Android graphics APIs. Combining these can have a significant impact on the size and readability of code performing complex drawing operations.

 
Android Views as a Function of State with ViewBinding Case Study (proandroiddev.com)

This post by TJ is part of a series that shows how Views in android can be represented purely as a function of some state with no side effects helping to build a robust, easy to scale and maintain app with the help of ViewBinding.

 
Migrating Your Design System to Jetpack Compose: Part 2 (adambennett.dev)

In Part 2 of this series on migrating design systems to Jetpack Compose, Adam Bennett talks about custom theming, building on top of existing APIs, how to minimize risk from relying on a rapidly changing library, and poses a question about API design.

 
10 Engineering Challenges Due to the Nature of Mobile Applications (blog.pragmaticengineer.com)

This series of articles by Gergely Orosz collects challenges engineers face when building native iOS and Android apps at scale.

 
Swift’s Guard Statement for Kotlin (medium.com)

A convenient Swift keyword is the guard statement, a really nice tool Swift developers have that we are missing. Danny Preussler asks (and answers): Can we bring it to Kotlin?

 
Android ADB Tricks for your shell to boost your productivity (blog.mikepenz.dev)

Here's an overview of different scripts Mike Penz uses on a daily basis.

 

Place a sponsored post

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

 

Design

 
link image   The ioki Design Days (medium.com)

As a mobile app developer or app designer, you start noticing that the published app starts to look different than the designs. Stefan shares a good idea of how developers and designers can work together to improve this.

 

Jobs

 
Senior Android Engineer (Remotely within the UK)

We are looking for a Senior Android Engineer who possesses a passion for pushing mobile technologies to the limits. This Android app developer will work with our team of engineers to design and build the next generation of our mobile applications. Take a look at our job spec for more information.

 

Libraries & Code

 
Gradle Doctor (runningcode.github.io)

Gradle doctor helps you fix performance problems and errors in your Gradle build

 

News

 
Dual-screen library update with Jetpack Window Manager (devblogs.microsoft.com)

Andrei announces version 1.0.0-beta1 of Microsoft's dual-screen libraries for Microsoft Surface Duo, which integrates Google’s Jetpack Window Manager support

 
Improving urban GPS accuracy for your app (android-developers.googleblog.com)

In addition to 3D mapping aided corrections, Google continues to work hard to make location as accurate and useful as possible.

 

Videos & Podcasts

 
Material Design Components: Community tip (www.youtube.com)

Google Developer Expert (GDE) for Android Zarah Dominguez gives us a tip on how to use the MDC catalog app to explore features of Material Components, and how building your own catalog can give an overview of your design system.

 
Android Developers Backstage: Ok, Ok, Ok (androidbackstage.blogspot.com)

Romain, Tor, and Chet talked with Jesse Wilson from Square.

 
Understanding Continuous Integration (www.youtube.com)

In this week's episode, Nate Ebel chats about a topic near and dear to his heart; continuous integration, or CI, as it's more commonly referred to.

 
Talking Freelancing with Mark Alison (anchor.fm)

In this episode of Talking with Apples, Peter-John Welcome talks to Mark Alison, an experienced Freelance Engineer about being a mobile freelance engineer, how community contributions help with finding work, some pro's and cons about freelancing, and how freelancing can make you a little more money than being a permanent employee.

 
Gradle Doctor with Nelson Osacky (thebakery.dev)

In this episode, The Developers' Bakery talks about Gradle Doctor with its author Nelson Osacky. Gradle doctor helps you fix performance problems and errors in your Gradle build. The tool works as a Gradle plugin - emitting prescriptions for all the problems found.

 
 
 
 
Copyright © 2020 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 #443 🤖

Sunday, December 6, 2020

View in browser Android Weekly #443 December 6, 2020 Articles & Tutorials link image Suspending over Views (chris.banes.dev) Coroutines can model asynchronous problems on the same thread. Chris

Android Weekly #442 🤖

Friday, December 4, 2020

View in browser Android Weekly #442 November 29, 2020 Articles & Tutorials link image Integration testing with Dagger (blog.thefuntasty.com) Using DI in our applications forces us to decouple the

Android Weekly #441 🤖

Monday, November 23, 2020

View in browser Android Weekly #441 November 2, 2022 Articles & Tutorials link image There is no copy method for Sealed Classes in Kotlin! (ivanmorgillo.com) Ivan Morgillo shows how ArrowKt's

Android Weekly #439 🤖

Sunday, November 8, 2020

View in browser Android Weekly #439 November 8, 2020 Articles & Tutorials link image How to Make the Compiler Smarter (deniskrr.medium.com) The Kotlin compiler is smart. Denis Crăciunescu shows how

Android Weekly #438 🤖🎃

Sunday, November 1, 2020

View in browser Android Weekly #438 November 1, 2020 Articles & Tutorials link image In-app Updates: be prepared for the critical-bug-case (www.rockandnull.com) Bevan Steele shows how to build an

You Might Also Like

🧐 The Most Interesting Phones You Didn't See in 2024 — Making Reddit Faster on Older Devices

Monday, November 25, 2024

Also: Best Black Friday Deals So Far, and More! How-To Geek Logo November 25, 2024 Did You Know If you look closely over John Lennon's shoulder on the iconic cover of The Beatles Abbey Road album,

JSK Daily for Nov 25, 2024

Monday, November 25, 2024

JSK Daily for Nov 25, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

Ranked | How Americans Rate Business Figures 📊

Monday, November 25, 2024

This graphic visualizes the results of a YouGov survey that asks Americans for their opinions on various business figures. View Online | Subscribe Presented by: Non-consensus strategies that go where

Spyglass Dispatch: Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad

Monday, November 25, 2024

Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad The

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