Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

FlowBinding ViewPager2

This module provides bindings for the AndroidX ViewPager2 library.

Transitive Dependency

androidx.viewpager2:viewpager2

Download

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

Available Bindings

fun ViewPager2.pageScrollEvents(): Flow<ViewPager2PageScrollEvent>
fun ViewPager2.pageScrollStateChanges(): Flow<Int>
fun ViewPager2.pageSelections(): InitialValueFlow<Int>