Testing Configuration Changes with StateRestorationTester in Compose | by Pouya Mazloumpour
Photo by Mark Boss on Unsplash Configuration changes in Android can lead to unexpected behavior and data loss, making testing a critical aspect of app development. In this article, we will explore an example of testing configuration changes using the StateRestorationTester. Configuration changes occur when…
Mobile App Development
0
From Blank to Beautiful: Implementing Shimmer Effect in Compose | by Pouya Mazloumpour | Sep, 2023
Let’s get Started All you need to do is to create a custom brush, and then you can apply the shimmer effect to any Compose UI element. Here is what you should do: Prepare the Animation stage: Set the stage for your shimmer effect by…