0

I have implemented View Pager separately and it's working fine. But how can i put that view pager inside Recycler View. But the problem is my class already extends Recycler view so to implemet View pager inside Recycler view i need to extend the class to FragmentActivity() to work with View Pager. But the class already extends Recycler view. So multiple inheritance is not allowed in Java. Is there any way to achieve this??

Srikanth G
  • 461
  • 1
  • 4
  • 11

0 Answers0