Android Background Processing - Part 20: | Ray Wenderlich Videos

Practice what you've learned about IntentService and BroadcastReceiver to download a data file and update the Photos screen when the download is complete.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5306-android-background-processing/lessons/20

Hi, I noticed that when I exit the app the broadcast is still receiving data from the IntentService. how can this might happen if LocalBroadcastReceiver has been unregistered onStop? Thanks

@macsimus Can you please help with this when you get a chance? Thank you - much appreciated! :]