Rosa Gaghana
Rosa Gaghana

Reputation: 25

Using multiple RecyclerView's adapters

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

Answers (1)

Nominalista
Nominalista

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

Related Questions