ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Follow publication

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Published in ProAndroidDev

The latest posts from Android Professionals and Google Developer Experts.

Written by Sherry Yuan

Android engineer @ Cash App (she/her) • Find my sci-fi/fantasy short stories at sherryyuan.substack.com

Responses (3)

Write a response

Very comprehensive article. Thanks for sharing.

--

Hello, how can I get the pointer size with Modifier.pointerInput()? As far as I know, the only way is to handle MotionEvent with Modifier.pointerInteropFilter(). Thank you

--

Hi,
I think the Modifier.scrollable description is incorrect. It doesn't move any composables at all. (unlike .verticalScroll and .horizontalScroll which does). I guess if you saw any movement in your example, it was only because this code was nested…

--