Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 507 Bytes

FlowBinding ViewPager

This module provides bindings for the AndroidX ViewPager library.

Transitive Dependency

androidx.viewpager:viewpager

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-viewpager:${flowbinding_version}"

Available Bindings

fun ViewPager.pageScrollEvents(): Flow<ViewPagerPageScrollEvent>
fun ViewPager.pageScrollStateChanges(): Flow<Int>
fun ViewPager.pageSelections(emitImmediately: Boolean = false): Flow<Int>