cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

there is jerk in scrolling #413

Open arushijain45 opened 8 years ago

arushijain45 commented 8 years ago

I am using UltimateRecyclerView for showing the list of feeds on Home page. But as I added this, I am getting jerk while scrolling the list. This jerk looks very odd. My data model class has an image, like, comment, share, tags, user thumb image (like facebook feed). I have just changed the onBindViewHolder() for binding my view.

Can you tell me why is this occuring?

jiancao commented 8 years ago

I have this problem too