ViewProvider

fun interface ViewProvider

Interface through which to provide Views to be placed in each cell.

Functions

Link copied to clipboard
abstract fun getView(address: Grid.Address, current: View?): View?

Called for each Grid.Address during layout.