Join Slack
Powered by
<How to add a RecyclerView in a fragment Kotlin- I...
# stackoverflow
u
user
07/14/2022, 5:51 PM
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)
2
Views
Open in Slack
Previous
Next