arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter/BaseRecyclerAdapter/addItem

addItem

[android]
open fun addItem(item: MODEL)

Adds an item to the end of the list.

Parameters

android

   
item The item to add.