ImageProvider
ImageProvider copied to clipboard
图片提供者,从系统,相册,网络提供图片。
Results
2
ImageProvider issues
Sort by
recently updated
recently updated
newest added
修复Fragment无法回调问题
``` public ImageProvider(Fragment fragment){ this.mFragment = fragment; Utils.initialize(act.getApplication(), "imageLog"); dir = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); dir.mkdir(); } ``` # act为空