Articles in this series
This post is a continuation of my previous blog about the LookaheadScope API in Jetpack Compose, where I delved into various APIs and demonstrated an...
The LookaheadScope (replaced by the previous LookaheadLayout) is a new experimental API in Jetpack Compose that allows for predictive animations based...
We must have used this UX in the Instagram mobile app, where we can long press the carousel indicators section and then swipe left or right for fast...
Some best practices · Jetpack Compose has a dedicated optimization strategy, but we must remember several things while writing code. These points are...
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,...