This application demonstrates the capabilities of the Canvas component in Jetpack Compose using the example of drawing a clock.
example.mp4
Functions involved:
drawCircle
;drawLine
;drawText
;drawPath
withquadraticBezierTo
inside.
Mathematical calculations are based on https://proandroiddev.com/clok-the-math-behind-the-clock-20174e3e2e83.