¡@

Home 

java Programming Glossary: resultreceiver

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

we are going to use two classes you may not be aware of ResultReceiver and IntentService . ResultReceiver is the one that will allow.. you may not be aware of ResultReceiver and IntentService . ResultReceiver is the one that will allow us to update our thread from a service.. intent String urlToDownload intent.getStringExtra url ResultReceiver receiver ResultReceiver intent.getParcelableExtra receiver try..