ViewHolder

private class ViewHolder(row: View?)

Helper class for GridBaseAdapter that stores the files and views of an image pair.

Parameters

row

The composite View of the image pair (consists of two ImageViews)

Constructors

ViewHolder
Link copied to clipboard
fun ViewHolder(row: View?)

Properties

firstImage
Link copied to clipboard
val firstImage: ImageView

The ImageView of the first image

firstImageFile
Link copied to clipboard
var firstImageFile: File? = null

The file of the first image

secondImage
Link copied to clipboard
val secondImage: ImageView

The ImageView of the second image

secondImageFile
Link copied to clipboard
var secondImageFile: File? = null

The file of the second image