FeedFollowedAdapter

fun FeedFollowedAdapter(parentActivity: Activity)

Creates an adapter for the recycler view that handles the posts of followed users.

Parameters

dataPosts

Posts of followed users.

parentActivity

Activity calling this adapter.