wrapp-archive / WebImage-Android

Asynchronous image loading library for Android
MIT License
41 stars 5 forks source link

Enhancement: URL as string #13

Closed ghost closed 12 years ago

ghost commented 12 years ago

It should be possible to use a String to pass the image-url and let this library do the validity-check.

nikreiman commented 12 years ago

Added in 2b49e9e. However, this override is only provided in WebImageView.setImageUrl(String), otherwise there are a ton of potential overrides here, and the interface will start to become confusing.