I am working on File Manager kind of application in which while copying files i want to show progress dialog,I tried using AsyncTask but couldn't do it well can anyone please send me some code relevent to the scenario i am working on..
Asked
Active
Viewed 2,917 times
3
-
Where did you get stuck using asynctask? – statenjason Mar 14 '11 at 15:33
-
use an async task, tell us what problems you had – james Mar 14 '11 at 15:33
-
possible duplicate of [How to display progress dialog before starting an activity in Android?](http://stackoverflow.com/questions/5202158/how-to-display-progress-dialog-before-starting-an-activity-in-android) – Matthew Mar 14 '11 at 15:36