FeedViewHolder

fun FeedViewHolder(itemView: View)

Creates a view holder for the recycler view that handles the posts displayed on the feed.

Parameters

itemView

Layout for a single item in the recycler view.