arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter/SimpleStickyAdapter/SimpleStickyAdapter

SimpleStickyAdapter

[android]
constructor(itemCreator: (@R|kotlin/ParameterName|(name = String(context)) ERROR CLASS: Symbol not found for Context) -> VIEW, stickyItemCreator: (@R|kotlin/ParameterName|(name = String(context)) ERROR CLASS: Symbol not found for Context) -> STICKY_VIEW)

Parameters

android

   
MODEL The type of data to be displayed. Must implement StickyHeaderModel.
VIEW The type of the view for regular items. Must extend View and implement ViewBinder.
STICKY_VIEW The type of the view for sticky headers. Must extend View and implement ViewBinder.