Relative Content

Tag Archive for kotlinandroid-jetpack-composeandroid-animationjetpack-compose-animation

How to get LazyColumn click position

I have a LazyColumn, click one item to navigate to a new screen. I want the Animation transition to be similar to the Gmail app to open a mail to the detail page. I don’t need to use the SharedElementTransition. But I still need to know the click item position. Please help.

Jetpack Compose How to get LazyColumn click position

I have a LazyColumn, click one item to navigate to a new screen. I want the Animation transition to be similar to the Gmail app to open a mail to the detail page. I don’t need to use the SharedElementTransition. But I still need to know the click item position. Please help.