You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for your sharing this project
I test your code Galaxy note series and got "out of memory exception".
Changed it above code and it was solved.
But I double checked your code and I guess that did not same as I used previous. Maybe It was my mistake.
Had you change already?
If I use your code quality of image corrupted .
private Bitmap decodeFile(File f) {
final int MAX_SIZE = 400;
try {
The text was updated successfully, but these errors were encountered: