views-widgets-samples
views-widgets-samples copied to clipboard
Make ViewPager2 class not final
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.