Look at the LazyVerticalGrid in the snippet below which holds the images received from viewmodel. @Composable fun ImageSearchScreen( isLoading: Boolean, images: List<String>, onSearch: (String) -> Unit, onImageClick: (String) -> Unit ...
androidavatar.hashnode.dev2 min readNo responses yet.