In this repo you can find the code samples presented at the droidcon Lisbon. The samples are divided into three parts
-
Overview on drawing functions offered by a
Canvas
, needed to draw the Labeled Range Slider -
Usage of the
pointerInput
Modifer
to receive user input on aCanvas
-
Creating a custom drawn Labeled Range Slider by levaraging the
Canvas
API and theModifier.pointerInput
API
The slides of the presentation are also available in this repo and can be found in the slides folder.