UltimateRecyclerView
UltimateRecyclerView copied to clipboard
there is jerk in scrolling
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?
I have this problem too