I am trying to implement a user interface function that is already in Field Trip or Paper .
And I thought that to implement this, you might need an extensible pager that can choose whether pagination is enabled or not.
1) ViewPager enhances pagination effects
2) ScrollView does not provide pagination
How can i implement this? I want to know how to implement it or if it is already implemented and published as a library.
source
share