riggaroo.dev
Android Canvas APIs with Kotlin and KTX – Rebecca Franks - @riggaroo
Learn how to use the Android KTX extension functions to clean up Canvas drawing code Have you ever wanted to write a Custom View on Android but you were too afraid to deal with X, Y translations on a Canvas object? Well, working with them got a whole lot easier when using Kotlin and the Android […]
Rebecca Franks