Reputation: 25
Is it possible when we have more than one recycler view adapter in one project? Each adapter is assigned to 1 activity
Upvotes: 0
Views: 81
Reputation: 4840
You can bind one adapter to one RecyclerView
and even change it later. It doesn't matter how many RecyclerView
's and adapters you have.
Upvotes: 2