lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Layoutmanager works unexpected #223

Open irttboopathy opened 9 years ago

irttboopathy commented 9 years ago

When I set the images in the recyclerview list items, after processing in some thread and posting it to UI thread to set image, Layout managers position the items below than the desired position. So that cause the UI appears to flickr and more over lot of empty spaces appears when I scroll up to top.

To reproduce, Just have Imageview and the image bitmap returned from any Image Provider, our own, and probably use ImageLoader Library.

Thanks.

ishroid commented 9 years ago

Have you tried this http://stackoverflow.com/a/29137921/1881611

Hazer commented 9 years ago

Thank you @ishratkhan your answer solved my issue with SpannableGrid and Glide

summers314 commented 7 years ago

This helped me too! Thanks @ishratkhan