Entries with no category
This blog may be help you to solve this issue. Step 1 : call the gallery to select the image Step 2 : By using ActivityResultSet() we can receive the image Step 3 : Compress the image and convert into string Code: Java Code: ImageView imv_tst_img; // to set the output of the image private static Bitmap Image = null; // Bitmap for handle the image compression Button btn_rg_image; // for action purpose ...
ImageView imv_tst_img; // to set the output of the image private static Bitmap Image = null; // Bitmap for handle the image compression Button btn_rg_image; // for action purpose