Nikhil Ghodke

Results 5 comments of Nikhil Ghodke

Device: Redmi Model number: Redmi 4A Using this lib's app in the above mentioned device, Even I got a black screen whether I import image from gallery or take a...

It worked on redmi 4A by changing bitmap sampleInSize to 4 in PhotoEditor Activity.

Did it worked on your phone i actually dont remeber it but i randomly tried changing bitmap sampleInsize from -1 to any positive number and it worked for me

i resolved it by changing the value of options.inSampleSize to 6 instead of 1 BitmapFactory.Options options = new BitmapFactory.Options(); options.inSampleSize = 6; in PhotoEditorActivity. Previously it was BitmapFactory.Options options =...

Did it worked for you i actually dont remember it right now but i was getting an issue on that sampleInSize while debugging so i changed it to randomly 6...