app / de.uniks.codliners.stock_simulator.ui / androidx.recyclerview.widget.RecyclerView / bindNews

bindNews

fun RecyclerView.bindNews(news: List<News>?): Unit

Binds news to the NewsListAdapter.

Parameters

news - The news to display.

Author
Jonas Thelemann