loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Make `SmartImageTask.OnCompleteHandler` an abstract class #38

Open codeguru42 opened 10 years ago

codeguru42 commented 10 years ago

Do you intend users to extend OnCompleteHandler? If so, it is safer to mark onComplete() and the class itself as abstract.

faip520 commented 10 years ago

I may say that this repo hasn't been updated for a long time.