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
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)