Hello,
I like your application!
I wonder if it wouldn't be possible not to buffer the InputStream and store this buffer to a file
and then re-read it to decode the bitmap from the file?
Can't you use something like:
final Bitmap bitmap = BitmapFactory.decodeStream(inputStream);
instead?
Hello,
I like your application!
I wonder if it wouldn't be possible not to buffer the InputStream and store this buffer to a file
and then re-read it to decode the bitmap from the file?
Can't you use something like:
final Bitmap bitmap = BitmapFactory.decodeStream(inputStream);instead?