How to set Progress Bar and Progress Notification Bar for an Image Upload?
问题 In my app,I am uploading a picture to a web Server ,So I want to display a Progress bar and Notification Progress Bar on notification drawer ,I have tried some methods,But the progress dialogue and Notification Bar shows different upload Percentage,I don't know, how to fix this issue.Any help is appreciated.Can anyone Help?? Method for Progress Bar. In this method I am calling the method to invoke Progress bar on Notification drawer.,and I am executing my AsyncTask task here.