Skip to content

Commit 34c6ac2

Browse files
authored
Corrected tutorial and demo links
1 parent 1bc718d commit 34c6ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Android sample project demonstrating choosing an image from gallery or camera wi
44

55
![Demo](https://www.androidhive.info/wp-content/uploads/2019/02/android-image-from-gallery-or-camera-with-crop-min.jpg)
66

7-
| [Complete Tutorial](https://www.androidhive.info/2018/01/android-content-placeholder-animation-like-facebook-using-shimmer/#disqus_thread) | [Apk](http://download.androidhive.info/apk/shimmer.apk) | [Video Demo](https://www.youtube.com/watch?v=j-TPBl39rDk)|
7+
| [Complete Tutorial](https://www.androidhive.info/2019/02/android-choosing-image-camera-gallery-crop-functionality/) | [Apk](http://download.androidhive.info/apk/image-pick-crop.apk) | [Video Demo](https://www.youtube.com/watch?v=8CgZd1d9ujc)|
88
|----------|--------|------|
99

1010
uCrop
@@ -213,4 +213,4 @@ While the image are taken with camera, they will stored in cached directory. You
213213
// don't call this line if you want to choose multiple images in the same activity
214214
// call this once the bitmap(s) usage is over
215215
ImagePickerActivity.clearCache(this);
216-
```
216+
```

0 commit comments

Comments
 (0)