Out of memory issues
JimiSmith opened this issue · 1 comments
JimiSmith commented
Don't decode bitmaps when downloading them, instead stream straight to disk. This should help reduce out of memory issues.
inSampleSize should also be used when loading images so they don't fill up memory
Some additional logic will need to be implemented so we don't save corrupt / incomplete downloads.