You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for this excellent contribution. This library is a delight to use.
I have a project that uses a lot of custom Views. My previous image caching library used a singleton that was visible to the custom Views, so they were able to manage their own image loading. The documentation for this library recommends that each Fragment and Activity get its own ImageLoader instance, but it's somewhat awkward to make that instance available to custom Views.
Any recommendations? Is passing the ImageLoader to each View the best option?
The text was updated successfully, but these errors were encountered:
First, thank you for this excellent contribution. This library is a delight to use.
I have a project that uses a lot of custom Views. My previous image caching library used a singleton that was visible to the custom Views, so they were able to manage their own image loading. The documentation for this library recommends that each Fragment and Activity get its own ImageLoader instance, but it's somewhat awkward to make that instance available to custom Views.
Any recommendations? Is passing the ImageLoader to each View the best option?
The text was updated successfully, but these errors were encountered: