hello guys i was working with groupie library for ...
# android
p
hello guys i was working with groupie library for recyclerview implementation.
Copy code
class StoryItem(val post: StoriesModel): Item<ViewHolder>() {
    override fun bind(viewHolder: ViewHolder, position: Int) {

    }

    override fun getLayout(): Int {
        return R.layout.story_item
    }
}