You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to [Yalantis](https://github.com/Yalantis) for providing such a beautiful cropping ([uCrop](https://github.com/Yalantis/uCrop)) library. This example uses the uCrop library for cropping functionality.
@@ -203,4 +203,14 @@ Intent Parameters:
203
203
| INTENT_BITMAP_MAX_WIDTH | The maximum width of the cropped image |
204
204
| INTENT_BITMAP_MAX_HEIGHT | The maximum height of the cropped image |
205
205
206
-
If you want additional options, you can customize the image picker activity.
206
+
If you want additional options, you can customize the image picker activity.
207
+
208
+
Deleting Cached Images:
209
+
==========
210
+
While the image are taken with camera, they will stored in cached directory. You can clear the cached images once the bitmap is utilized.
211
+
```java
212
+
// Clearing older images from cache directory
213
+
// don't call this line if you want to choose multiple images in the same activity
0 commit comments