How do isve bitmap to a folder of my choise on external storge

  • Thread starter Thread starter Android Central Question
  • Start date Start date
A

Android Central Question

bitmap = getBitMapFromView(svv);

ImagePath = MediaStore.Images.Media.insertImage(
getContentResolver(),
bitmap,
"demo_image",
"demo_image"
);

URI = Uri.parse(ImagePath);

Toast.makeText(Update.this, "Image Saved Successfully", Toast.LENGTH_LONG).show();

}

i want to alter this code to save this bitmap to another folder not to default picture folder
 

Trending Posts

Forum statistics

Threads
956,377
Messages
6,967,868
Members
3,163,525
Latest member
ManboaMaleManboaMaleEnhan