Class CommentViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.cheetahdigital.challenges.ui.responses.CommentViewHolder
-
public class CommentViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderTheRecyclerView.ViewHolderclass forCommentsAdapter
-
-
Field Summary
Fields Modifier and Type Field Description android.widget.TextViewmCommentsTextViewandroid.widget.TextViewmDateTextView
-
Constructor Summary
Constructors Constructor Description CommentViewHolder(android.view.View v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(Comment comment)Method to bind and display theCommentto theCommentsAdapter
-
-
-
Method Detail
-
bind
public void bind(Comment comment)
Method to bind and display theCommentto theCommentsAdapter- Parameters:
comment- theCommentto display
-
-