I have written program in android for downloading from web server I have Used JSON and Http request the program working properly… I want to show progress Bar with percentage depending upon things to be downloading. My query is how to increment the progress bar in percentage depending upon things to be downloaded and pending. I know how to calculate percentage but How would I know how much downloading is pending from server.
Share
You have to implement a Range request in your application.
You may use this as a reference especially if you are using chunks. Otherwise, for all simple downloads
use publishProgress() in case of an AsyncTask