Tag

BottomSheetBehavior

0 views collected around this technical thread.

Snowball Engineer Team
Snowball Engineer Team
Jun 17, 2021 · Mobile Development

Implementing Linked Scrolling Between RecyclerView and Bottom Sheet in Android

This article describes how the Snowball Android team solved the slow‑frame issue on the fund detail page by implementing a split‑screen loading layout using RecyclerView, CoordinatorLayout, and ViewPager, focusing on achieving a linked scrolling effect for the bottom discussion overlay through custom BottomSheetBehavior extensions and nested scrolling mechanisms.

BottomSheetBehaviorCoordinatorLayoutKotlin
0 likes · 13 min read
Implementing Linked Scrolling Between RecyclerView and Bottom Sheet in Android