I have an adapter that wrap others adapter like th...
# android
n
I have an adapter that wrap others adapter like that : *class AdapterHF<out T : RecyclerView.Adapter<*>>(val wrappedAdapter: T) : RecyclerView.Adapter<RecyclerView.ViewHolder>() {* (AdapterHF for header footer)