Froid assigns function closures to objects instead of overriding them - which means that you never have to make a custom class that overrides ViewPager you only need to give froid's ViewPager class functions that determine how you want the ViewPager to work. These are called delegators in the API.
For example, in the TryFrege app there is a custom instance of ViewPager.
Froid assigns function closures to objects instead of overriding them - which means that you never have to make a custom class that overrides
ViewPageryou only need to give froid'sViewPagerclass functions that determine how you want theViewPagerto work. These are calleddelegatorsin the API.For example, in the TryFrege app there is a custom instance of
ViewPager.