Skip to content

Commit d7b59b9

Browse files
committed
update README
1 parent 7611327 commit d7b59b9

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ View](https://github.com/davemorrissey/subsampling-scale-image-view),
1111
[Glide](https://github.com/bumptech/glide), and
1212
[Picasso](https://github.com/square/picasso). Even with gif and webp support!
1313

14-
1514
## Demo
1615

1716
![memory usage](art/android_studio_memory_monitor.png)
@@ -318,10 +317,11 @@ For more detailed example, please refer to [the example project](https://github.
318317
+ When you want load local image file, you can create the Uri via
319318
`Uri.fromFile`, but the path will be url encoded, and may cause the image loader
320319
fail to load it, consider using `Uri.parse("file://" + file.getAbsolutePath())`.
321-
+ When using with ReceyclerView, the recycled BIV doesn't know it should clear the loaded image,
320+
+ When using with RecyclerView or ViewPager, the recycled BIV doesn't know
321+
it should clear the loaded image or reload the image,
322322
so you need manually notify it in some way,
323-
see [issue 107](https://github.com/Piasy/BigImageViewer/issues/107).
324-
323+
see [issue 107](https://github.com/Piasy/BigImageViewer/issues/107),
324+
and [issue 177](https://github.com/Piasy/BigImageViewer/issues/177).
325325

326326
## Why another big image viewer?
327327

@@ -344,7 +344,6 @@ If you are interested in how does this library work, you can refer to [this
344344
issue](https://github.com/Piasy/BigImageViewer/issues/8), and [Subsampling Scale
345345
Image View](https://github.com/davemorrissey/subsampling-scale-image-view).
346346

347-
348347
## Performance
349348

350349
Memory usage of different libraries:
@@ -353,7 +352,6 @@ Memory usage of different libraries:
353352
| ------| ------ | ------ | ------ |
354353
| 4135\*5134 | 80MB | 80MB | 2~20 MB |
355354

356-
357355
## Todo
358356

359357
+ [x] GlideImageLoader

0 commit comments

Comments
 (0)