android

How 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”. Introduction: imagine the Bernese Alps Bear with me, here are some pictures to distract u make it easier. This is an image of the Alps: This is an image of the Bernese Alps, where the big mountains include […]

How 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 »