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