SyntaxFix
Write A Post
Hire A Developer
Questions
This should work
BitmapFactory.Options options = new BitmapFactory.Options(); options.inSampleSize = 8; mBitmapSampled = BitmapFactory.decodeFile(mCurrentPhotoPath,options);