Is possible to make rounded corner hexagon shape on android
I want to make rounded corner, but i don’t have any idea how do it. I try with cubicTo, arcTo ect.
Animated bottle water size error in jetpack compose
This code calculates the amount of water a person should drink daily. and as you click the button, it reduces the water from the full bottle.
Jerking Text While animation in Android Jetpack Compose
both are video links , text is shaking while swing animation video link video link First Check the video , in Video u can see Text is jerking or shaking , i don’t want this type of shaking in text, i want smooth animation without shaking text, i also use text over image and canvas […]
Automatically scale text size into bounding box area
I’m trying to center a text within a rectangle according to its height and width, but it comes out off-center. Additionally, I need the text to adjust according to the size of this rectangle. However, I’m not finding very good solutions.
Individual Zoom for Canvas Rectangles
I’m trying to add zoom to the rectangles I drew with canvas, using rememberZoomState. However, when I zoom in one, it zooms in all of them, and the idea is to zoom them individually.