Issue #430

September 6th, 2020

Articles & Tutorials

 
link image   How to integrate In-App Reviews in Android using Kotlin (johncodeos.com)

In this tutorial, John Codeos shows you how to ask users to rate your app inside your app using ‘In-App Reviews‘.

 
Supercharge Android dev with Scrcpy and ADB WIFI (proandroiddev.com)

Swapnil Tiwari shows how to use the open-source Scrcpy tool to cast your physical device’s screen on your laptop and interact with it.

 
Sponsored
link image   Join the most interactive virtual AndroidDev Event (www.online.droidcon.com)

Experience 100+ tech talks on all things Android Development - Workshops - 1on1s with Dev Experts and more

 
Gradle kotlin DSL (proandroiddev.com)

Alfred shows how to convert Gradle configurations and scripts written in Groovy to Kotlin.

 
Complex UI/Animations on Android (proandroiddev.com)

Nikhil Panju explores complex multi-step animations with MotionLayout (and Coroutines).

 
Building resilient Android applications (medium.com)

Aaron Oertel considers tools and techniques to make an Android app more resilient to unexpected conditions and errors.

 
Jetpack Compose on Microsoft Surface Duo (devblogs.microsoft.com)

Joy writes about how to use the new UI framework, Jetpack Compose to build a dual-screen app on the Surface Duo.

 
Tools of the trade: SDKMAN! (msfjarvis.dev)

In the fourth post of this series, Harsh Shandilya writes about the SDKMAN command-line tool.

 
WindowInsetsCompat (blog.stylingandroid.com)

In this article Mark Allison looks at how to use the new Jetpack APIs for handling window insets.

 
Handling Dates & Times in SQLite (ryanharter.com)

Ryan Harter shares some insight into dealing with dates in SQLite queries.

 
20 Android Dev Tools You’ve Probably Never Heard Of (medium.com)

Michal Bialas's list of a set of helpful and not-so-common Android tools and libraries

 
Kotlin data class — Behind the mask (proandroiddev.com)

Why should we write a lot of boilerplate code in a class that only holds some data for us? Alfred demonstrates the value of Kotlin data classes.

 
Prefer Storing Data with Jetpack DataStore (android-developers.googleblog.com)

Florina Muntenescu introduces Jetpack DataStore, now in alpha - a new and improved data storage solution aimed at replacing SharedPreferences.

 
Smaller APKs with resource optimization (jakewharton.com)

Jake Wharton examines the inner workings of resource optimization in Android builds.

 
Introducing OkSSE — Kotlin Multiplatform SSE library (medium.com)

Akshay Chordiya introduces OkSSE — an open-source Server Sent Events client library made with Kotlin multiplatform and Coroutine for the tech community to use and build their amazing use-cases.

 
Structural Class Redefinition (medium.com)

This post by Alex Light covers the capabilities of structural class redefinition introduced in Android 11, as well as some of the considerations and trade-offs encountered while implementing the feature

 

Place a sponsored post

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

 

Design

 
link image   Material Design vs Flat Design (gapsystudio.com)

What is the difference between these two design systems?

 

Jobs

 
Android Engineer at Big Nerd Ranch (Remote, US)

Big Nerd Ranch specializes in developing business-building mobile apps for our clients, teaching fellow developers, and writing our best selling Big Nerd Ranch Guides. We are looking for Android Engineers to join our team. Learn more about us: https://www.bignerdranch.com/about-us/careers/

 

Libraries & Code

 
radiography (github.com)

Text-ray goggles for your Android views. Supports both regular Android views and Jetpack Compose.

 
oksse (github.com)

Server Sent Events (SSE) client multiplatform library made with Kotlin and backed by coroutines.

 
compose-router (github.com)

Routing functionality for Jetpack Compose with back stack

 

News

 
link image   Material Design Blog (material.io)

Material Design has a blog! Check out the new home for tutorials, news, research & discussion of all things Material.

 
Kotlin Multiplatform Mobile Goes Alpha (blog.jetbrains.com)

Kotlin Multiplatform Mobile (KMM) is an SDK that allows you to use the same business logic code in both iOS and Android applications. It has gone Alpha, and you can start sharing business logic in your mobile apps with it right away.

 
Dokka Alpha for Kotlin 1.4 (blog.jetbrains.com)

jetbrains has released Dokka (Alpha) on Kotlin 1.4!

 

Videos & Podcasts

 
Codelab - Art of Jetpack Compose (www.youtube.com)

In this codelab, Wajahat Karim covers some basics of Jetpack Compose

 
The Kotlin Programming Language (www.youtube.com)

Donn Felker's entire 9+ hour course on the Kotlin Programming Language is now available on YouTube!