项目中遇到调用图库进行图片的选择,因为不能主动及时更新,遂实现代码调用实现主动及时更新. 废话不多刷,看代码. 方式一,发送一个广播, sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE,Uri.parse("file://"+fileSD_file))); 方式二,通过MediaScannerConnection 类 MediaScannerConnection.scanFile(context, new St
source https://github.com/rs/SDWebImage APIdoc http://hackemist.com/SDWebImage/doc Asynchronous image downloader with cache support with an UIImageView category UIImageView的类目,支持异步图片下载,支持缓存机制 This library provides a category for UIImageVIew with su