0

After a long searching for the solution to retain the progress bar view while switching the fragment. You can find the whole description here

I just wanted to know if i will use LocalBroadcastManager and ResultReceiver to receive the progress update of every Byte is it a bad practice ? (I am using IntentService to download data from the server)

Community
  • 1
  • 1
Hablu
  • 203
  • 1
  • 4
  • 10
  • 1
    use `ResultReceiver` and deliver a result to this receiver when for example one percent or more of the file was downloaded – pskink Sep 20 '15 at 06:09
  • I have to show 6 to 7 numbers of progress bar at a time in worst condition. Doesn't it degrade the performance of our application ? – Hablu Sep 20 '15 at 06:12
  • 6 to 7 numbers? what do you mean? – pskink Sep 20 '15 at 06:13
  • I am managing a grid view and on every view one progress bar is there that will be activated once the use click on that view. So in worst condition i have to show 6 to 7 progress bar at a time. – Hablu Sep 20 '15 at 06:16
  • ok, it souldnt be a problem then – pskink Sep 20 '15 at 06:19

0 Answers0