Relative Content

Tag Archive for androidkotlinandroid-jetpack-composeandroid-canvas

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.