How to Copy Image File from Gallery to another folder programmatically in Android

前端 未结 5 1048
北荒
北荒 2020-12-08 08:50

I want to pick image from gallery and copy it in to other folder in SDCard.

Code to Pick Image from Gallery

Intent photoPickerIntent = new Intent(Int         


        
5条回答
  •  死守一世寂寞
    2020-12-08 09:10

    Was reading this link, here they are talking about four ways to copy files in Java, so relevant for android as well.

    Though author concludes that using 'channel' as used in @Prashant's answer are the best way, you may even explore other ways.

    (I have tried first two, and both of them work find)

提交回复
热议问题