<How to add a RecyclerView in a fragment Kotlin- I...
# stackoverflow
u
How to add a RecyclerView in a fragment Kotlin- I initialize the dataset but idk what to to with context ItemAdapter: class ItemAdapter( val context: Context, val dataset: List) : RecyclerView.Adapter() { Fragment: val dataset: List =ArrayList() val context: Context = //so i can initialize the-> adapter= ItemAdapter(context, dataset)