Dev Pager State Adapter

fun DevPagerStateAdapter(    fm: FragmentManager,     lifeCycle: Lifecycle,     fragmentList: List<Fragment>)

Parameters

fm

FragmentManager to inflate the fragments

lifeCycle

bind the androidx.viewpager.widget.ViewPager with parent lifeCycle

fragmentList

List Fragments to inflate

Sources

Link copied to clipboard