A checklist for updating your low-maintenance Android apps

What do you need to do to simply maintain an Android application in regard to Android SDK and dependencies? Even for commercially-maintained applications, it is not always clear how to perform basic maintenance outside of bug fixes and new features. Like any code ecosystem, the Android world is constantly evolving: security vulnerabilities are discovered and […]

A checklist for updating your low-maintenance Android apps Lire la suite »

How Kotlin coroutines are like being an amnesiac climber attempting the Eiger north face in the Bernese Alps pre-2016

From now on, you can replace the phrase “calling a Kotlin suspend function” with “using the Stollenloch door”. This article is about how the Kotlin suspend keyword hides special gear that ensures Kotlin coroutines can provide structured concurrency. Introduction: imagine the Bernese Alps Bear with me, here are some pictures to distract u make it easier.

How Kotlin coroutines are like being an amnesiac climber attempting the Eiger north face in the Bernese Alps pre-2016 Lire la suite »

Adding Patterns and tint to a raster image in Android Compose

Solving the problem of adding a pattern and a color to a raster image

Tinting an image : hints of the problem When we first started adding color over a raster image in this previous article, you may have noticed that some values of BlendMode we used resulted in the image being used only as a contour. When we are trying to add a pattern to an image, this is

Solving the problem of adding a pattern and a color to a raster image Lire la suite »