Show progress percentage while copying file
问题 Currently I'm picking a file from the gallery and copying it to a specified folder. While copying I'm showing a ProgressDialog , I'm doing this with AsyncTask . I'm trying to show the progress of the file being copied with percentage, but the problem I have is that the progress shows 50% and stay at 50% until the file is done copying. There is a lot of questions about this, but all of them are related to downloading from URL . My Question How can I get the current progress of the file being