Open yajnesh opened 3 years ago
The predecessor class ViewPager allowed us to extend and make modifications to the behaviour of the Pager. But ViewPager2 has been made as final class, thus restricting us from extending and making modifications per our needs.
ViewPager
ViewPager2
final class
The predecessor class
ViewPager
allowed us to extend and make modifications to the behaviour of the Pager. ButViewPager2
has been made asfinal class
, thus restricting us from extending and making modifications per our needs.