android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make ViewPager2 class not final

yajnesh opened this issue · comments

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.