Published inProAndroidDevCreating Expandable Sections with ComposeIn this article, you will learn how to create an expandable section using Jetpack Compose. Expandable sections are like drawers in your…Oct 20, 2023132Oct 20, 2023132
Published inProAndroidDevFrom Blank to Beautiful: Implementing Shimmer Effect in ComposeIt’s important to have a great user experience in Android apps. Instead of presenting a blank space, you can use a shimmer effect for a…Sep 27, 202338Sep 27, 202338
Testing JSON-to-Kotlin Parsing with MockWebServer in AndroidIf you use APIs, you can write unit tests to verify the correct parsing of JSON into Kotlin models. In this article, we’ll teach you how to…Sep 12, 20232Sep 12, 20232
Published inProAndroidDevTesting Configuration Changes with StateRestorationTester in ComposeConfiguration changes in Android can lead to unexpected behavior and data loss, making testing a critical aspect of app development. In…Aug 15, 202311Aug 15, 202311