In modern app design, swipe-to-dismiss functionality provides a seamless user experience by allowing users to […]
TriState Checkbox in Jetpack Compose
The TriState checkbox is a type of checkbox that allows three states: checked, unchecked, and […]
Heart Switch Library: A custom switch in Jetpack Compose
Jetpack Compose provides a basic implementation of the switch component but you can create a […]
Custom Rating Bar in Jetpack Compose: A Comprehensive Guide
In today’s mobile app development, providing users with the ability to rate and review content […]
LazyVerticalGrid in Jetpack Compose
A “lazy vertical grid” refers to a UI layout where items are arranged in a […]
Bottom Bar in Jetpack Compose
Jetpack Compose, the declarative UI toolkit from Google, has revolutionized Android app development by simplifying […]
Jetpack Compose Scaffold
Scaffold is a fundamental component in Jetpack Compose, providing a layout structure for building app […]
Advanced Jetpack Compose Modifiers
Jetpack compose, a modern UI toolkit for building Android UI using Kotlin programming language as […]
Advanced Text styling in Jetpack Compose
In this post, we will discuss the styling of text in jetpack compose. For basic […]