A subclass of ImageView on Android application framework. It does all the "dirty work" in the background when you want to display an image from the web. It works smoothly in a ListView..
WebImageView is hosted in the following web site
https://github.com/CarlLee/WebImageView
If you think the Android project WebImageView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WebImageView.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
WebImageView has the following Java source files.
com.carllee.views.webimage.WebImageEventHandler.java com.carllee.views.webimage.WebImageView.java com.carllee.views.webimage.WebImageViewActivity.java