Overcoming Common Performance Pitfalls in Jetpack Compose
Some best practices
Mar 3, 202411 min read242

Search for a command to run...
Articles tagged with #kotlin
Some best practices

What are Insets? Insets refer to the areas on a screen that are not fully usable for our app’s UI due to system UI elements like the status bar, navigation bar, display cutouts (often referred to as the notch or pinhole), and the IME keyboard. By def...
