AdvancedAndroid_Emojify
AdvancedAndroid_Emojify copied to clipboard
Problem: compares branches starter code with exercise.01 solution: compare branches exercise.01 with exercise.01 solution
https://github.com/udacity/AdvancedAndroid_Emojify/blob/d681cc8cd08820b8f6b662b44dcb2cdbdfd19377/app/src/main/java/com/example/android/emojify/Emojifier.java#L115 Before to call addBitmapToFace method, verify if emojiBitmap variable is not null.
When i take the picture in Left Landscape mode it works, but if i click *OK* while still in Landscape Mode It Crashes. I've found that taking the picture in...
I am submitting another pull request to update the android gradle and dependencies for another exercise series in the Android Developer Nanodegree Program.
Hello i have been trying to fix this but no luck please help , i even download the develop branch still no face detected.
Without this change, "resamplePic" method is useless and image is not scaled at all.
Please check my three latest Pull requests. I fixed rotation, share, save and delete problems. Now application works as supposed on latest custom rom, LineageOS 7.1.2 (Samsung Galaxy S3 d2att)
Sharing was not working, as it used temporary image path, which is deleted at the moment of shareImage method start, saving only needs to be triggered once to avoid duplication...