Vinay Gaba
08/22/2020, 8:08 PMAnimatedVisibility
. Really like how simple the API is and fits really well to a host of different use cases. Here is what I implemented to demonstrate list deletion with animation. Thanks for your work on this @Doris Liu 👏🏼
Here is the code with comments if anyone is interested - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/master/app/src/main/java/com/example/jetpackcompose/animation/ListAnimationActivity.kt#L53Halil Ozercan
08/22/2020, 9:46 PMAnimatedVisibility
to hide TopAppBar when content was scrolled but LazyColumnFor
still doesn't share its scroll state. Maybe there is another way to achieve the same affect?Doris Liu
08/22/2020, 11:03 PMlouiscad
08/22/2020, 11:23 PMDoris Liu
08/22/2020, 11:29 PMMehdi Haghgoo
08/23/2020, 3:00 AMVinay Gaba
08/23/2020, 4:29 AM@Deprecated
annotation, this annotation just notifies the user that it’s still an experimental API and will continue to evolve/change. It’s mostly for expectation setting.louiscad
08/23/2020, 9:11 AMAnimatedVisibility
capabilities!