android-smart-image-view
android-smart-image-view copied to clipboard
Android ImageView replacement which allows image loading from URLs or contact address book, with caching
.XML .JAVA SmartImageView myImage = (SmartImageView) findViewById(R.id.my_image); myImage.setImageUrl("http://www.awesomeimages.com/myawesomeimage.jpg"); Manifiest error FATAL EXCEPTION: main Process:, PID: 14393 java.lang.NullPointerException: Attempt to invoke virtual method 'void com.loopj.android.image.SmartImageView.setImageUrl(java.lang.String)' on a null object reference
修改了注释
test
Is smart image view still being updated/supported. It appears that is has not been updated in years and looking to see if it would handle images and mp4 and AndroidStudio.
need to have cache removal control. This can be done if the WebImageCache would be private and providing a getInstance method to the file would make this happen.
Could you make this includable as a gradle dependencie? Same as Android Asynchronous Http Client
I like Smart ImageView and want to use it for a project, but I've moved my workflow over to using Gradle (part of using Android Studio). I'm able to install...
I changed the WebImage class and the SmartImageView class to receive an URLConnection as parameter, in case of need is can pass a cookie to URLConnection in request, for example...
Hello Sir, Please Attach Apk File with Demo Zip if Possible Because of this We Can Check Apk File Before Use Code..
setImageUrl(https://imgjam.com/albums/s55/55420/covers/1.100.jpg);
Would be good to be able to easily redownload the image and i.e. update the cache when 'called'