twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

Layoutmanager works unexpected

Open irttboopathy opened this issue 9 years ago • 3 comments

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.

irttboopathy avatar Apr 17 '15 07:04 irttboopathy

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

ishroid avatar Apr 21 '15 05:04 ishroid

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

Hazer avatar May 04 '15 01:05 Hazer

This helped me too! Thanks @ishratkhan

summers314 avatar Sep 07 '16 16:09 summers314