BRV
/
com.drake.brv.utils
/
addModels
add
Models
fun
RecyclerView
.
addModels
(models:
List
<
Any
?>?, animation:
Boolean
= true,
@
IntRange
(
from =
-1.toLong()
)
index:
Int
= -1)
Content copied to clipboard
添加新的数据
Parameters
models
被添加的数据
animation
是否使用动画
index
插入到
models
指定位置, 如果index超过
models
长度则会添加到最后