I am kind of delegate class that needs to invoke s...
# announcements
a
I am kind of delegate class that needs to invoke some methods on Adapter that is passed in. I can't use RecyclerView.Adapter directly because some of those methods are abstract.