I just started learning Kotlin andhave the following questions:
How to express geometric progression in Kotlin. For example I want to draw vertical lines with the distance between them increasing in geometric progression.
How to draw lines that are random within a window. Random x and y coordinates?
Thanks for reaching out! What UI framework are you using? Android maybe? Kotlin by itself does not have the capabilities to draw on the screen, but if you share where youβre trying to draw, maybe we can point you to the correct place! :]