Tag

ViewPager

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Aug 28, 2024 · Mobile Development

AutoHeightViewPager: Dynamically Adjusting ViewPager Height in Android

The article introduces AutoHeightViewPager, a custom ViewPager subclass that measures the current page’s view height and overrides onMeasure to resize itself, interpolating between pages during scroll via an AutoHeightPager‑compatible adapter, thereby eliminating blank space or clipping and providing smooth height transitions for variable‑sized content.

AndroidCustom ViewDynamic Height
0 likes · 9 min read
AutoHeightViewPager: Dynamically Adjusting ViewPager Height in Android
Sohu Tech Products
Sohu Tech Products
Apr 14, 2021 · Mobile Development

Comprehensive Guide to Listening to Android Fragment Visibility

This article presents a complete solution for monitoring Fragment visibility in Android, covering simple replace operations, hide/show handling, ViewPager nesting, AndroidX adapter behaviors, and a reusable BaseVisibilityFragment implementation with Kotlin code examples.

AndroidFragmentKotlin
0 likes · 12 min read
Comprehensive Guide to Listening to Android Fragment Visibility