Subscribe to library updates

Informatix

Expert
Licensed User
Longtime User
UltimateListView

Great news! After hours spent in reading the Google's code, I understood what changed in API 19 and why I had various issues with Android 7 (API 24) where these changes are really used (now recycled views can be detached from their window very quickly so they can be in this detached state when ULV tries to reuse them). I fixed all problems (I hope) with a single line of code and thus I was able to re-enable the recycling of items and the Cleaner event for Android 7.

v4.4:
- I fixed all issues with Android 7 and thus I re-enabled the recycling of items;
- I fixed the problem of images that were partially downloaded with LoadImageAsync;
- I fixed a bug in the Cache library.
 

DonManfred

Expert
Licensed User
Longtime User
Top