News

Extend the line in which you declare your Bitmap variable to decode the image file, loading the image data into your app:Bitmap picBitmap = BitmapFactory.decodeFile(picPath);Alter the parameter to ...