Package openfoodfacts. github. scrachx. openfood. features. product. view. photos
Types
Link copied to clipboard
class ProductPhotosAdapter( product: Product, imageNames: List<String>, onImageTap: (Int) -> Unit, onLoginNeeded: (View, Int) -> Unit, picasso: Picasso) : RecyclerView.Adapter<ProductPhotoViewHolder>
Content copied to clipboard
Created by prajwalm on 10/09/18.
Link copied to clipboard
A fragment to display all the product images in a grid.
Link copied to clipboard
class ProductPhotosViewModel @Inject constructor( productsAPI: ProductsAPI, productRepository: ProductRepository, savedStateHandle: SavedStateHandle) : ViewModel
Content copied to clipboard
Link copied to clipboard
class ProductPhotoViewHolder(binding: <Error class: unknown class>, picasso: Picasso) : RecyclerView.ViewHolder
Content copied to clipboard