Hello, I'm trying to change the scrolling speed of a ViewPager, and i found this answer on stackoverflow: http://stackoverflow.com/questions/8155257/slowing-speed-of-viewpager-controller-in-android/9731345#9731345
basically I should access to "mScroller" private Field and substitute it with my own scroller Class. Is it possible in MFA?
bye Mirco