Rich configuration options for Android picture selector
Recently, it was just used in the project, so I started to write a library of Android image selectors. Support multi-choice / single choice / picture clipping / photographing / custom picture loading library, which greatly simplifies the use.
screenshot
advantage
1. By implementing the imageloader interface, you can realize the function of custom image loader. For example, glass, Picasso and imageloader can be used. Fresco is not supported temporarily because simpledraweeview itself does not belong to ImageView. Of course, the same idea can be used to realize it. 2. Configurable imgselconfig. Easy to expand. 3. Simplify use
Project address: https://github.com/smuyyh/ImageSelector
rely on
use
Configure permissions
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYstemS" />
use
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.