lucasr / smoothie

[DEPRECATED] Easy async loading for Android's ListView/GridView
985 stars 163 forks source link

use not only on listviews #7

Closed tasomaniac closed 11 years ago

tasomaniac commented 11 years ago

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?

lucasr commented 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.