java Programming Glossary: resultdata
Download a file with Android, and showing the progress in a ProgressDialog http://stackoverflow.com/questions/3028306/download-a-file-with-android-and-showing-the-progress-in-a-progressdialog data 1 total count publishing the progress.... Bundle resultData new Bundle resultData.putInt progress int total 100 fileLength.. publishing the progress.... Bundle resultData new Bundle resultData.putInt progress int total 100 fileLength receiver.send UPDATE_PROGRESS.. int total 100 fileLength receiver.send UPDATE_PROGRESS resultData output.write data 0 count output.flush output.close input.close..
|