getView

abstract fun getView(address: Grid.Address, current: View?): View?

Called for each Grid.Address during layout.

Returning a non-null instance will cause that View to be added to the group, and measured and laid out to the cell's inset bounds during layout. Returning null will remove any View that might already be set for the given Address.

If a ViewProvider is set, it replaces any and everything that might have been set or added manually or through layout XML.