timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Improve performance for ObjectAnimator #20

Closed Nammari closed 8 years ago

Nammari commented 8 years ago

instead of doing reflection on api level 14 and above , use Property .

timusus commented 8 years ago

I don't see any need for this. Are you actually experiencing performance issues with the animations?