Featured post

Marshmallow Features Point by Point

Android Runtime (“ART”) Improved application performance and lower memory overhead for faster  multi-tasking. Battery Doze...

Monday 1 February 2016

InputStream to Bitmap




BufferedInputStream bufferedInputStream = new BufferedInputStream(inputStream);
bitmapDocument = BitmapFactory.decodeStream(bufferedInputStream);

No comments:

Post a Comment