-1

I want to know whether it is possible to get position-wise card view which are in view pager fragments in a single recycler view?

Nikolai Shevchenko
  • 7,083
  • 8
  • 33
  • 42
shivambhanvadia
  • 487
  • 4
  • 7

1 Answers1

1

We can use the when condition for different positions say, when(position){ "1"-> ... "2" -> ... } likewise, this can be done. Using a single RV instead of multiple RV we can set the multiple adapters.

shivambhanvadia
  • 487
  • 4
  • 7