add At

fun addAt(item: Data?, position: Int)

Method to add item to list data at certain position

Parameters

item

single object of data to be added

position

position where data will be added

Sources

Link copied to clipboard