rememberGridViewState
fun rememberGridViewState(@IdRes gridViewId: Int, items: RemoteViewsCompat.RemoteCollectionItems): AbsListViewState
Creates and remembers the remoteAdapter state for a GridView populated with RemoteViewsCompat.RemoteCollectionItems.
fun rememberGridViewState(@IdRes gridViewId: Int, items: RemoteViews.RemoteCollectionItems): AbsListViewState
Creates and remembers the remoteAdapter state for a GridView populated with RemoteViews.RemoteCollectionItems.
Creates and remembers the remoteAdapter state for a GridView populated with a RemoteViewsService.