George Zouvelekis

Results 1 issues of George Zouvelekis

This is my code ` try { SharedPreferences sharedpreferences = getSharedPreferences(PREFS_NAME, Context.MODE_PRIVATE); String path_camera = sharedpreferences.getString("pref_path_camera", ""); File f= new File(path_camera); BitmapFactory.Options options = new BitmapFactory.Options(); options.inPreferredConfig = Bitmap.Config.ARGB_8888; Bitmap...