Ask Your Question

zahra's profile - activity

2016-04-16 12:23:22 -0600 received badge  Supporter (source)
2016-04-03 00:45:49 -0600 commented answer Detect if image is blurry

Bitmap image = BitmapFactory.decodeByteArray(im, 0, im.length); In the above line i am getting an error that
Error:(385, 58) error: cannot find symbol variable im any help plz?