In Android development, achieving precise visual designs often requires creative solutions for padding and spacing. The <inset> drawable in XML provides a powerful way to […]
Read moreTag: Android Custom UI
Shape Drawables in Android with Kotlin: A Comprehensive Guide (<shape>)
In Android development, customizing the appearance of UI elements is crucial for creating visually appealing applications. One way to achieve this is by using Shape […]
Read moreWorking with Jetpack Compose Canvas
Jetpack Compose provides a flexible and powerful way to draw custom UIs with its Canvas composable. The Canvas lets you draw anything from simple shapes […]
Read more