Jolanda’s primary focus is to help developers write high-quality accessible and testable Compose code. Since writing and publishing her first Android app over 10 years ago, she has created apps for news startup Blendle, consumer electronics store Coolblue, and the Covid Exposure Notification app in the Netherlands.
Jolanda Verhoef
Android Developer Relations Engineer at Google
Android Fireside Chat
The Android Developer Relations team is here to answer your burning questions in a friendly setting.
Talk Title
Exploration of Touch & Input in Jetpack Compose
Jetpack Compose has a layered approach to user interaction handling, all the way from high-level onClick parameters to dealing directly with low-level touch input. In this talk we’ll cover all these levels, discussing composable parameters, modifiers like clickable, tap gestures, the lower-level pointerInput modifier, and learn about tunneling and bubbling of events. We will also walk through some common but non-trivial examples.