android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

Make ViewPager2 class not final #221

Open yajnesh opened 2 years ago

yajnesh commented 2 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.