Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mediastore

Create/copy File In Android Q Using Mediastore

I am trying to find method which can handle create and copy of any file except Media files (Picture… Read more Create/copy File In Android Q Using Mediastore

Async Download Of Images To Gridview From Mediastore

I have a gridview of about 1500 images. I'm using thumbnails from MediaStore to show them. But … Read more Async Download Of Images To Gridview From Mediastore

Mediascanner And Scopedstorage On Sdk-29

the app i'm working on uses a File as a target for photo capturing. this is executed externall… Read more Mediascanner And Scopedstorage On Sdk-29

Change Camera Settings From Another App's Activity

I have an Android app that calls the native camera app to take a picture and returns the image for … Read more Change Camera Settings From Another App's Activity

What Is Size Of Thumbnail Returned By Action_image_capture Intent

I'm using the standard camera intent to take a photo: Intent takePictureIntent = new Intent(Med… Read more What Is Size Of Thumbnail Returned By Action_image_capture Intent

How To Use Download Manager With Storage Access Framework / Mediastore

I need to download a pdf file and then fire an intent so that other suitable app can show the file.… Read more How To Use Download Manager With Storage Access Framework / Mediastore