Vladimir Baryshnikov
Vladimir Baryshnikov
I'm using regular RecyclerView/LayoutManager with Glide, also seeing this issue. Feels like it is RecyclerView bug and not image loader.
I looked a little bit into this issue, looks like when you refresh data RecyclerView will get you a new ViewHolder, while old ListView/GridView and other AbsListView, reused exactly the...
Thanks for the answer. The bug is - you cache the same image twice, because of wrong key, and this should't happens. I think it is a pretty serious bug,...
Yes, it is exactly what happens. ImageView used in grids or list is almost never have a specific size. So it is more common use then you think. You can...
Thanks for answer. > I don't think it's used rarely. I proposed solutions. Common :) The grid sample have this bug. List would to, if you need to make item...
Guys, problem still exists. Please open your Sample app -> GridView, wait to load, scroll down, scroll up.
Seeing similar issue, when using rxjava: 1. `store.freshSingle()` would fail with an exception `Expected at least one element` 2. `store.observe()` would complete without emitting any value 3. and most critical...
The issue with the wrong thread (dispatcher) could be reproduced by removing `await()` from `RxSingleStoreExtensionsTest`. For example to confirm current thread: ``` store.getSingle(3) .doOnSuccess { println("getSingle thread=" + Thread.currentThread().name) }...
I'm testing it on Google Pixel. What I think is happening is when we change fps it doesn't adjust ISO and shutter speed, so video is much darker. I used...
There is even more problems with this lib. It will immediately crash if network is not available. I hope they can fix it all soon.