Selaa lähdekoodia

Update README.md

wkh237 9 vuotta sitten
vanhempi
commit
03b769760a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      README.md

+ 2
- 0
README.md Näytä tiedosto

336
 
336
 
337
 When download large files on Android it is recommended to use `Download Manager`, it supports lot of native features like progress bar, and notification, also the download task will be handled by OS, and more effective.
337
 When download large files on Android it is recommended to use `Download Manager`, it supports lot of native features like progress bar, and notification, also the download task will be handled by OS, and more effective.
338
 
338
 
339
+<img src="img/download-manager.png" width="256">
340
+
339
 When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage. When download complete, DownloadManager will generate a file path so that you can deal with it.
341
 When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage. When download complete, DownloadManager will generate a file path so that you can deal with it.
340
 
342
 
341
 ```js
343
 ```js