Hi Friends,
I want to download a file from server and while downloading I want to show progress bar to display downloading pogress. I thought this is pretty much simple. But I am facing strange problem. Progress bar's setProgress method do not show the updated view of progress.
Below is my xml file
Below is my
java code...
ANd on click of a button I am starting the downloading...
It download's the file. But do not update the progress. Please Help...