rememberListViewState
fun rememberListViewState(@IdRes listViewId: Int, items: RemoteViewsCompat.RemoteCollectionItems): AbsListViewState
Creates and remembers the remoteAdapter state for a ListView populated with androidx.core.widget.RemoteViewsCompat.RemoteCollectionItems.
fun rememberListViewState(@IdRes listViewId: Int, items: RemoteViews.RemoteCollectionItems): AbsListViewState
Creates and remembers the remoteAdapter state for a ListView populated with android.widget.RemoteViews.RemoteCollectionItems.
Creates and remembers the remoteAdapter state for a ListView populated with a RemoteViewsService.