setListItems

Provides ListItemViewModels to populate items in TtListRecyclerView. When all ViewModels are known in advance and won't change dynamically, put them in a List and set it using this method. If ViewModels are loaded dynamically, e.g. from local storage or over network, use the PagingData version of this method instead.

NOTE: TtListRecyclerView.lifecycleOwner need be set properly in advance. If it is null, a NullPointerException will be thrown. See TtListRecyclerView.lifecycleOwner to check how to set it properly.