static void aSetImageFromFile(final ImageView iv, final File image) { androidUI(r { iv.setImageBitmap(BitmapFactory.decodeFile(f2s(image))); }); }