Im trying to call a method once a network call has been completed. I have tried using LocalBroadcastManager for this. I initially had it send the broadcast once the network call is complete, which worked fine, until i had multiple methods waiting for the same intent, started causing problems.
Is there a better solution or is this the best way? If it is, could you point me to somewhere where i can learn how to use this in-depth or explain how its used?
Sorry i forgot to mention I am using Volley Library to do my network calls?
Thanks