I am downloading some data from server and queue my tasks. When I scroll to next page I add it to queue and aslo show Progress Bar. I want that my pages still scroll either it is showing Progress Bar. I also want to change the style of Progress Bar when it is in queue and data is not started downloading yet.
Thanks in advance.
I am downloading some data from server and queue my tasks. When I scroll
Share
Show the indefinite progress spinner in each page. As soon as the page load completes, show the content and hide the progress spinner. Do the downloading in an
AsyncTask.