markcorn / libs-for-android

Automatically exported from code.google.com/p/libs-for-android
Apache License 2.0
0 stars 0 forks source link

Add support for BaseExpandableListAdapter to ImageLoader #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ImageLoader bind method currently has an overload which takes a BaseAdapter. 

Unfortunately as BaseExpandableListAdapter doesn't inherit from BaseAdapter 
this method can't be used with ExpandableListViews.

It would  be great if this functionality could be added (I couldn't work out 
how to put this in as an enhancement rather than a defect)

Original issue reported on code.google.com by rupert.b...@guardian.co.uk on 9 Jun 2011 at 10:23

GoogleCodeExporter commented 8 years ago

Original comment by pbald...@google.com on 11 Jun 2011 at 7:04