jfeinstein10 / JazzyViewPager

An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go!
Apache License 2.0
2.67k stars 812 forks source link

Implement findViewFromPosition #43

Open Wendly opened 10 years ago

Wendly commented 10 years ago
  1. The setObjectForPosition is no longer used after this commit.
  2. Use reflection to get object from position.
razem-io commented 10 years ago

Thank you for this! Besides being a more developer friendly solution it also fixes views not being found when rapidly switching elements in the viewpager.