AndroidScannerDemo icon indicating copy to clipboard operation
AndroidScannerDemo copied to clipboard

Images saving on the app issue

Open vij21 opened this issue 5 years ago • 1 comments

how do I implement images to be saved on the app after scanning them? as many images to be saved as I want?

vij21 avatar Dec 26 '19 01:12 vij21

found solution comment this particular line : getContentResolver().delete(uri, null, null); in the onActivityresult function in your main activity.....after this my images got saved in the picture folder of my phone and it is visible in the gallery ...in android marshmellow

Reuben-cyber avatar Jul 11 '20 08:07 Reuben-cyber