Dev View Pager Adapter

fun DevViewPagerAdapter(    fm: FragmentManager,     listFragment: ArrayList<DevFragment<*>>,     listTitle: ArrayList<String>? = null)

create new instance of DevViewPagerAdapter

Parameters

fm

Fragment Manager to switch between fragment, can be accessed from Activity or another fragment

listFragment

List of Fragment that will be displayed, note : always use inherited class from DevFragment

listTitle

List of String for tab title, nullable

Sources

Link copied to clipboard