Closed tasomaniac closed 11 years ago
This library is meant to be used with AbsListView subclasses. It does proper integration between scrolling gestures and the async loading of items. It's not a general-purpose image loading library.
If you already wrote an extended version of ListView, you can simply make it extend AsyncListView instead.
Why can't we use it to display the image on any imageview? Do we have to use AsyncListView? What will happen if we already using extended version of a listview? And how can we use it in a detail page for example?