arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter.stickyheader/StickyHeaders

StickyHeaders

interface StickyHeaders

Interface to be implemented by androidx.recyclerview.widget.RecyclerView.Adapter to support sticky headers.

Inheritors

 
BaseRecyclerAdapter

Types

Name Summary
ViewSetup [android]
interface ViewSetup
Interface for setting up and tearing down the sticky header view.

Functions

Name Summary
isStickyHeader [android]
abstract fun isStickyHeader(position: Int): Boolean
Checks if the item at the given position should be a sticky header.