Android Weekly - Android Weekly #418 🤖

 
 

Android Weekly

#418
June 14, 2020
 
 
 

Articles & Tutorials

 
link image   Exploring Dagger Hilt: An Introduction (joebirch.co)

When it comes to dependency injection on Android, we’ve seen many different solutions that have arisen in the community. In this post, Joe Birch focuses on these Dependency Injection solutions, including the new Dagger Hilt from Google.

 
Kotlin Symbol Processing: Early Thoughts (www.zacsweers.dev)

Google announced Kotlin Symbol Processing (KSP) today, a new compiler-plugin-based API for annotation processing in Kotlin. Zac Sweers shares his first impressions.

 
Sponsored
link image   Achieve 99% crash-free sessions with Instabug SDK (try.instabug.com)

Quickly identify and resolve your app crashes 4x faster with Instabug. Know which line of code caused the crash along with network logs and detailed repro steps. 25,000+ developers trust and rank Instabug as the number one SDK for bug and crash reporting. Find out why and see more features by trying out Instabug for free here.

 
What’s new in Jetpack (medium.com)

Here’s a round up of the latest updates in Jetpack by Florina Muntenescu.

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

Place a job post or sponsored post in our Android Weekly newsletter and reach more than 66k subscribers around the world!

 
Using Fakes To Test Reactive Flows (tech.okcupid.com)

Adam McNeilly writes how unlike mocks, fake implementations give us full control of our dependencies in unit tests, allowing us to accurately and thoroughly test reactive flows.

 
A Great Way to do Presenters (cashapp.github.io)

The Cash App Android app uses presenters because they’re easy to write, easy to review and result in boring code that just works. In this post, Benoît Quenaudon shows how to use presenters with or without RxJava.

 
MotionLayout: Visibility (blog.stylingandroid.com)

MotionLayout is a wonderful tool for creating complex layout animations. In this post, Mark Allison looks at some oddities concerning the visibility of views within the layout.

 
Dagger Hilt: Basics, Architecture, Concerns (www.techyourchance.com)

Dagger Hilt is a new library from Google which constitutes a thin wrapper around Dagger 2 dependency injection framework. Vasiliy Zukanov examines the details of how to use it, and if in fact, you should.

 
Network call interface in Kotlin (www.rockandnull.com)

How do I define my network call interfaces in Kotlin? Bevan Steele shows the best way to make network calls using Kotlin Coroutines.

 
Kotlin and Exceptions (medium.com)

What are Kotlin Exceptions and how should you use them? Kotlin lead Roman Elizarov takes a closer look.

 
Draggable bottom Navigation Drawer (medium.com)

Francisco Franco shows how to create a draggable bottom navigation drawer.

 
Replacing Mocks (ryanharter.com)

As Ryan Harter has become better at testing, and programming in general, he's come to use Mock objects less and less, even removing them from existing projects and using Fakes instead.

 
How to break your Android App with proguard / R8 (medium.com)

Paul Woitaschek recently updated the android gradle plugin to 4.0.0, and noticed that network calls were hanging. He writes about how he tracked it down, and which Proguard rule was causing the issue.

 
Fueled Reactive apps with Asynchronous Flow — Part 3 (proandroiddev.com)

Raul Hernandez Lopez prepares to migrate an RxJava + Java application to Kotlin + Coroutines/Flows. In this third part, he elaborates on the details of the data layer.

 
Fueled Reactive apps with Asynchronous Flow — Part 2 (proandroiddev.com)

Raul Hernandez Lopez prepares to migrate an RxJava + Java application to Kotlin + Coroutines/Flows. In this second part, he details asynchronous communication with streams.

 
Fueled Reactive apps with Asynchronous Flow — Part 1 (proandroiddev.com)

Raul Hernandez Lopez prepares to migrate an RxJava + Java application to Kotlin + Coroutines/Flows. In this first part, he writes about the use case & migration strategy.

 

Libraries & Code

 
Compose Academy (compose.academy)

Snippets and guides for Jetpack Compose on the Android platform

 
sample-materials-shop (github.com)

Romain Guy's sample app for Jetpack Compose Developer Preview 2

 
StateMachine (github.com)

A Kotlin DSL for finite state machine.

 

News

 
link image   What’s new in Android gaming (android-developers.googleblog.com)

Google has numerous updates on all the new features announced in March of this year, at the Google for Games Developer Summit.

 
11 Weeks of Android (developer.android.com)

Over 11 weeks, we'll be diving deeper into different areas of Android with new developer content. Each week brings a new focus, everything from UI to Android Jetpack to Machine Learning.

 
Introducing the new Google Play Console beta (android-developers.googleblog.com)

Play Console has been redesigned from the ground up to ensure it continues to help you grow your business on Google Play for years to come. Try the beta today!

 
Unwrapping the Android 11 Beta, plus more developer updates (android-developers.googleblog.com)

Google's unwrapping the Beta release for Android 11 as well as the latest updates for developers from Kotlin coroutines, to progress on the Jetpack Compose toolkit, to faster builds in Android Studio, even a refreshed experience for the Play Console.

 
Performance insights for Games (android-developers.googleblog.com)

As part of Google's work to help you deliver better game experiences to more Android users, they've introduced Android Performance Tuner - a new library in the Android Game SDK that unlocks game performance insights in Android Vitals.

 
Meet Google Play Billing Library Version 3 (android-developers.googleblog.com)

Google is launching Billing Library version 3. Now available, this newest version includes new ways users can pay, subscription promotion capabilities, purchase attribution for games, and improvements to purchase reliability and security

 
Distribution data for Android (androiddistribution.io)

This web app pulls most recent android distribution data from Android Studio, while making historical data available as well.

 

Videos & Podcasts

 
link image   Android Makers 2020 (www.youtube.com)

The playlist for Virtual Android Makes 2020, including all presentations.

 
All about Android 11 - Playlist (www.youtube.com)

The first Beta of Android 11 is out, with a focus on People, Controls, and Privacy. Find out more about the release as well as developments in other libraries and tools, including Jetpack, Android Studio, Kotlin, the Google Play Console Beta, and Jetpack Compose Developer Preview 2.

 
Android Panel Discussion (www.youtube.com)

A virtual panel discussion with expert Android engineers Jake Wharton, Sha Sha Chu, Donn Felker, and Alex Chioua.

 
 
 
 
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
 
or
 
 

Older messages

Android Weekly Special Announcement

Thursday, June 11, 2020

A special announcement for our readers Dear Android developers, In this special email beyond our usual weekly releases, the team would like to let you know that Android Weekly supports our black

Android Weekly #417 🤖

Sunday, June 7, 2020

View in browser Android Weekly #417 June 7, 2020 Articles & Tutorials link image Getting Started with the Motion Editor in Android Studio 4.0 (riggaroo.dev) Rebecca Franks takes a look at the

Android Weekly #416 🤖☺️

Sunday, May 31, 2020

View in browser Android Weekly #416 May 31, 2020 Articles & Tutorials link image Designing and Working with Single View States on Android (zsmb.co) In this article, Márton Braun looks at some basic

Android Weekly #415 🤖

Sunday, May 24, 2020

View in browser Android Weekly #415 May 24, 2020 Articles & Tutorials link image The Ultimate Guide to Android Bluetooth Low Energy (punchthrough.com) Chee Yi Ong goes over the basics of BLE that

Android Weekly #414 🤖

Sunday, May 17, 2020

View in browser Android Weekly #414 April 17, 2020 Articles & Tutorials link image Material Shape: Gotchas (blog.stylingandroid.com) Applying Material Shape is a very powerful tool, and Mark

You Might Also Like

🔒 The Vault Newsletter: November issue 🔑

Monday, November 25, 2024

Get the latest business security news, updates, and advice from 1Password. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

🧐 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