Package com.example.qrgo.utilities
Class StaggeredAdapter.ViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.example.qrgo.utilities.StaggeredAdapter.ViewHolder
-
- Enclosing class:
- StaggeredAdapter
public static class StaggeredAdapter.ViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderThe ViewHolder class holds references to the views that make up the item view.
-
-
Field Summary
Fields Modifier and Type Field Description com.makeramen.roundedimageview.RoundedImageViewstaggeredImages
-
Constructor Summary
Constructors Constructor Description ViewHolder(android.view.View itemView)Constructs a new ViewHolder with the given View.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(java.lang.String item)Binds the data to the views in the ViewHolder.
-